diff --git a/pkg/api/index.go b/pkg/api/index.go index cffbf04482e..e595eabd790 100644 --- a/pkg/api/index.go +++ b/pkg/api/index.go @@ -105,6 +105,12 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) { Text: "Admin", Icon: "fa fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin", + Children: []*dtos.NavLink{ + {Text: "Global Users", Icon: "fa fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin/users"}, + {Text: "Global Orgs", Icon: "fa fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin/orgs"}, + {Text: "Server Settings", Icon: "fa fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin/settings"}, + {Text: "Server Stats", Icon: "fa-fw fa-cogs", Url: setting.AppSubUrl + "/admin/stats"}, + }, }) } diff --git a/public/app/core/components/sidemenu/sidemenu.html b/public/app/core/components/sidemenu/sidemenu.html index f4221367fdf..66ee0b6d8b9 100644 --- a/public/app/core/components/sidemenu/sidemenu.html +++ b/public/app/core/components/sidemenu/sidemenu.html @@ -3,7 +3,8 @@
  • - + + ?
    {{ctrl.user.name}} diff --git a/public/app/features/apps/partials/list.html b/public/app/features/apps/partials/list.html index 98305ff7696..bab4ca5c687 100644 --- a/public/app/features/apps/partials/list.html +++ b/public/app/features/apps/partials/list.html @@ -2,14 +2,14 @@
    -
    + +
    + No apps defined +
    -
    - No apps defined -
    - -
      +
        • @@ -43,6 +43,5 @@
      • -
      -
    +
    diff --git a/public/app/features/apps/partials/page.html b/public/app/features/apps/partials/page.html index 0b3f983124d..c65053b47fe 100644 --- a/public/app/features/apps/partials/page.html +++ b/public/app/features/apps/partials/page.html @@ -1,14 +1,13 @@ - +
    -
    + -
    - - -
    - +
    + +
    diff --git a/public/app/features/datasources/partials/list.html b/public/app/features/datasources/partials/list.html index e66df175435..0a2e2673bbd 100644 --- a/public/app/features/datasources/partials/list.html +++ b/public/app/features/datasources/partials/list.html @@ -33,7 +33,7 @@ -   {{ds.name}} +   {{ds.name}} @@ -41,7 +41,7 @@ - default + default diff --git a/public/app/partials/login.html b/public/app/partials/login.html index 6f437a02824..b7aa340bfed 100644 --- a/public/app/partials/login.html +++ b/public/app/partials/login.html @@ -1,4 +1,4 @@ -
    +