|
|
@@ -107,6 +107,12 @@ export class SideMenuCtrl {
|
|
|
url: this.getUrl("/admin/settings"),
|
|
|
});
|
|
|
|
|
|
+ this.mainLinks.push({
|
|
|
+ text: "Grafana stats",
|
|
|
+ icon: "fa fa-fw fa-bar-chart",
|
|
|
+ url: this.getUrl("/admin/stats"),
|
|
|
+ });
|
|
|
+
|
|
|
this.mainLinks.push({
|
|
|
text: "Global Users",
|
|
|
icon: "fa fa-fw fa-user",
|
|
|
@@ -118,6 +124,7 @@ export class SideMenuCtrl {
|
|
|
icon: "fa fa-fw fa-users",
|
|
|
url: this.getUrl("/admin/orgs"),
|
|
|
});
|
|
|
+
|
|
|
}
|
|
|
|
|
|
updateMenu() {
|