mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use checkbox instead of toggle button
This commit is contained in:
parent
9272519d84
commit
20d1e9132d
18 changed files with 56 additions and 746 deletions
|
@ -1665,7 +1665,6 @@ var AppInfo = {};
|
|||
|
||||
define("paper-button", ["html!" + bowerPath + "/paper-button/paper-button.html"]);
|
||||
define("paper-icon-button", ["html!" + bowerPath + "/paper-icon-button/paper-icon-button.html"]);
|
||||
define("paper-toggle-button", ['webcomponentsjs', "html!" + bowerPath + "/paper-toggle-button/paper-toggle-button.html"]);
|
||||
|
||||
define("paper-textarea", ['webcomponentsjs', "html!" + bowerPath + "/paper-input/paper-textarea.html"]);
|
||||
define("paper-item", ["html!" + bowerPath + "/paper-item/paper-item.html"]);
|
||||
|
@ -2481,7 +2480,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/log.html',
|
||||
dependencies: ['paper-toggle-button'],
|
||||
dependencies: ['emby-checkbox'],
|
||||
roles: 'admin',
|
||||
controller: 'scripts/logpage'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue