Merge pull request #3840 from utkarshcmu/stats

Grafana stats view as mentioned in #3812
This commit is contained in:
Carl Bergquist
2016-01-27 19:41:10 +01:00
10 changed files with 203 additions and 0 deletions

View File

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