This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user