remove redundant advanced label
This commit is contained in:
parent
166c95ea3a
commit
e21763dfcd
50 changed files with 50 additions and 175 deletions
|
@ -284,12 +284,10 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
name: globalize.translate("TabLibrary"),
|
||||
href: "library.html",
|
||||
pageIds: ["mediaLibraryPage", "librarySettingsPage", "libraryDisplayPage", "metadataImagesConfigurationPage", "metadataNfoPage"],
|
||||
icon: "folder",
|
||||
color: "#38c"
|
||||
icon: "folder"
|
||||
}, {
|
||||
name: globalize.translate("TabPlayback"),
|
||||
icon: "play_arrow",
|
||||
color: "#E5342E",
|
||||
href: "playbackconfiguration.html",
|
||||
pageIds: ["playbackConfigurationPage", "streamingSettingsPage"]
|
||||
}, {
|
||||
|
@ -333,14 +331,19 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
});
|
||||
links.push({
|
||||
divider: true,
|
||||
name: globalize.translate("TabExpert")
|
||||
name: globalize.translate("TabAdvanced")
|
||||
});
|
||||
links.push({
|
||||
name: globalize.translate("TabAdvanced"),
|
||||
icon: "code",
|
||||
href: "dashboardhosting.html",
|
||||
color: "#F16834",
|
||||
pageIds: ["dashboardHostingPage", "serverSecurityPage"]
|
||||
name: globalize.translate("TabNetworking"),
|
||||
icon: "cloud",
|
||||
href: "networking.html",
|
||||
pageIds: ["networkingPage"]
|
||||
});
|
||||
links.push({
|
||||
name: globalize.translate("HeaderApiKeys"),
|
||||
icon: "vpn_key",
|
||||
href: "apikeys.html",
|
||||
pageIds: ["apiKeysPage"]
|
||||
});
|
||||
links.push({
|
||||
name: globalize.translate("TabLogs"),
|
||||
|
@ -351,14 +354,12 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
links.push({
|
||||
name: globalize.translate("TabNotifications"),
|
||||
icon: "notifications",
|
||||
color: "brown",
|
||||
href: "notificationsettings.html",
|
||||
pageIds: ["notificationSettingsPage", "notificationSettingPage"]
|
||||
});
|
||||
links.push({
|
||||
name: globalize.translate("TabPlugins"),
|
||||
icon: "shopping_cart",
|
||||
color: "#9D22B1",
|
||||
href: "installedplugins.html",
|
||||
pageIds: ["pluginsPage", "pluginCatalogPage"]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue