From 680ff95b8e760adcde103e0979e6f028316e010b Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 22 Feb 2016 11:39:11 -0500 Subject: [PATCH 1/3] Form adjustments and startting to add sidemenu --- pkg/api/index.go | 2 ++ public/app/features/annotations/partials/editor.html | 8 ++++++-- .../app/features/dashboard/partials/graphiteImport.html | 6 ++++-- public/app/features/dashboard/partials/import.html | 4 +++- .../app/features/datasources/partials/http_settings.html | 4 +++- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/pkg/api/index.go b/pkg/api/index.go index 72277fe301b..5b0c5df2c29 100644 --- a/pkg/api/index.go +++ b/pkg/api/index.go @@ -56,6 +56,8 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) { {Text: "Home dashboard", Icon: "fa fa-fw fa-list", Url: setting.AppSubUrl + "/"}, {Text: "Playlists", Icon: "fa fa-fw fa-list", Url: setting.AppSubUrl + "/playlists"}, {Text: "Snapshots", Icon: "fa-fw icon-gf icon-gf-snapshot", Url: setting.AppSubUrl + "/dashboard/snapshots"}, + {Text: "New dashboard", icon: "fa fa-fw fa-plus", url: this.getUrl('/dashboard/new')}, + {Text: "Import dashboard", icon: "fa fa-fw fa-plus", url: this.getUrl('/dashboard/import')}, }, }) diff --git a/public/app/features/annotations/partials/editor.html b/public/app/features/annotations/partials/editor.html index 0e026e51294..25222b2f89a 100644 --- a/public/app/features/annotations/partials/editor.html +++ b/public/app/features/annotations/partials/editor.html @@ -73,13 +73,17 @@
Datasource - +
+ +
Icon size - +
+ +