mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-13 23:07:08 +00:00
Merge pull request #653 from WebTools-NG/ukdtom/issue650
Ukdtom/issue650
This commit is contained in:
commit
262d847885
2 changed files with 13 additions and 12 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
* [#646 File Count on Download module page](https://github.com/WebTools-NG/WebTools-NG/issues/646) (Enhancement)
|
||||
* [#647 Download item selection](https://github.com/WebTools-NG/WebTools-NG/issues/647) (Enhancement)
|
||||
* [#650 Module order is out of order](https://github.com/WebTools-NG/WebTools-NG/issues/650) (Enhancement)
|
||||
|
||||
## V1.2.0 ( 20221203 )
|
||||
|
||||
|
|
|
@ -72,18 +72,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
// Plex.TV
|
||||
{
|
||||
href: { path: '/plextv' },
|
||||
title: this.$t("Modules.PlexTV.Name"),
|
||||
hidden: wtutils.hideMenu('plextv'),
|
||||
// icon: 'fas fa-file-export',
|
||||
icon: {
|
||||
//adjust element
|
||||
element: 'img',
|
||||
attributes: { src: plextvIcon },
|
||||
}
|
||||
},
|
||||
// PMS
|
||||
{
|
||||
href: { path: '/pms' },
|
||||
|
@ -128,6 +116,18 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
// Plex.TV
|
||||
{
|
||||
href: { path: '/plextv' },
|
||||
title: this.$t("Modules.PlexTV.Name"),
|
||||
hidden: wtutils.hideMenu('plextv'),
|
||||
// icon: 'fas fa-file-export',
|
||||
icon: {
|
||||
//adjust element
|
||||
element: 'img',
|
||||
attributes: { src: plextvIcon },
|
||||
}
|
||||
},
|
||||
{
|
||||
header: true,
|
||||
title: this.$t("Common.Menu.Sidebar.NavSections.Options"),
|
||||
|
|
Loading…
Reference in a new issue