This commit is contained in:
2020-06-01 17:46:53 +00:00
parent 430efb7102
commit 84ec09a2b2
6 changed files with 33 additions and 12 deletions

View File

@@ -272,6 +272,13 @@ export default {
return window.$gz.store.state.apiUrl + apiPath;
},
/////////////////////////////
// Just the server itself
// used by profiler etc
//
ServerBaseUrl() {
return window.$gz.store.state.helpUrl.replace("/docs/", "/");
},
/////////////////////////////
// backup file download URL
//
backupDownloadUrl(fileName) {

View File

@@ -656,6 +656,14 @@ export default function initialize() {
key: key++
});
//PROFILE
sub.push({
title: t("ServerProfile"),
icon: "fa-binoculars",
route: "/ops-profile",
key: key++
});
//NOTIFICATION CONFIG AND HISTORY
sub.push({
title: t("NotificationSettings"),