mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update local pin feature
This commit is contained in:
parent
cd9c4775c2
commit
b587424b5c
15 changed files with 152 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html>
|
||||
<head>
|
||||
<title>Emby</title>
|
||||
</head>
|
||||
|
@ -73,6 +73,15 @@
|
|||
</paper-item-body>
|
||||
</paper-icon-item>
|
||||
</a>
|
||||
<a href="pin.html" class="clearLink">
|
||||
<paper-icon-item>
|
||||
<paper-fab mini icon="lock" class="green" item-icon></paper-fab>
|
||||
<paper-item-body two-line>
|
||||
<div>${ButtonEnterPinCode}</div>
|
||||
<div secondary>${ButtonEnterPinCodeHelp}</div>
|
||||
</paper-item-body>
|
||||
</paper-icon-item>
|
||||
</a>
|
||||
<paper-icon-item class="btnLogout">
|
||||
<paper-fab mini icon="lock" style="background-color: #444;" item-icon></paper-fab>
|
||||
<paper-item-body two-line>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue