Merge pull request #653 from WebTools-NG/ukdtom/issue650

Ukdtom/issue650
This commit is contained in:
Tommy Mikkelsen 2022-12-04 21:49:42 +01:00 committed by GitHub
commit 262d847885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 12 deletions

View file

@ -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 )

View file

@ -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"),