mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
PMS Root Hide-show 1
This commit is contained in:
parent
253620e126
commit
1eead383f8
1 changed files with 5 additions and 3 deletions
|
@ -8,8 +8,6 @@
|
|||
</h2>
|
||||
<br />
|
||||
{{ $t("Modules.PMS.Select") }}
|
||||
<br />
|
||||
<br />
|
||||
<h3>{{ $t("Common.Home.Modules") }}</h3>
|
||||
<dl>
|
||||
<dt>{{ $t("Modules.PMS.Butler.Name") }}</dt>
|
||||
|
@ -41,7 +39,11 @@
|
|||
selMediaType: "movie",
|
||||
selLibrary: "",
|
||||
selLibraryOptions: [],
|
||||
selLevel: ""
|
||||
selLevel: "",
|
||||
showButler: !(wtutils.hideMenu('pmsButler')),
|
||||
showDVR: !(wtutils.hideMenu('pmsDVR')),
|
||||
showSettings: !(wtutils.hideMenu('pmsSettings')),
|
||||
showViewState: !(wtutils.hideMenu('pmsViewState'))
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
|
Loading…
Reference in a new issue