diff --git a/src/app/controllers/annotationsEditorCtrl.js b/src/app/controllers/annotationsEditorCtrl.js index 6baf6279b02..7d9260d1902 100644 --- a/src/app/controllers/annotationsEditorCtrl.js +++ b/src/app/controllers/annotationsEditorCtrl.js @@ -9,7 +9,7 @@ function (angular, app, _, $) { var module = angular.module('grafana.controllers'); - module.controller('AnnotationsEditorCtrl', function($scope, datasourceSrv, $timeout) { + module.controller('AnnotationsEditorCtrl', function($scope, datasourceSrv) { var annotationDefaults = { name: '', datasource: null, diff --git a/src/app/partials/playlist.html b/src/app/partials/playlist.html index 576938d8543..8057099d4ce 100644 --- a/src/app/partials/playlist.html +++ b/src/app/partials/playlist.html @@ -1,55 +1,61 @@
- - -
\ No newline at end of file +
+
+ + Start dashboard playlist +
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + +
DashboardIncludeRemove as favorite
+ {{dashboard.title}} + + + + +
+ No dashboards marked as favorites +
+
+
+
+ + Dashboards available in the playlist are only the once marked as favorites (stored in local browser storage). + To mark a dashboard as favorite, use save icon in the menu and in the dropdown select Mark as favorite +

+
+
+
+
+ + +
+
+
+
+ + + diff --git a/src/app/partials/search.html b/src/app/partials/search.html index b9974207d3b..4db902343f0 100644 --- a/src/app/partials/search.html +++ b/src/app/partials/search.html @@ -20,7 +20,7 @@
  • - diff --git a/src/css/less/bootswatch.dark.less b/src/css/less/bootswatch.dark.less index 4b6ca9edfdb..8f37b001cbb 100644 --- a/src/css/less/bootswatch.dark.less +++ b/src/css/less/bootswatch.dark.less @@ -363,7 +363,7 @@ div.subnav { background-image: none; .box-shadow(none); border: none; - .border-radius(0); + .border-radius(2px); text-shadow: none; &.disabled { diff --git a/src/css/less/grafana.less b/src/css/less/grafana.less index f4696d14095..83b2aa4eaa7 100644 --- a/src/css/less/grafana.less +++ b/src/css/less/grafana.less @@ -41,7 +41,7 @@ width: 100%; } button { - margin: 0 2px 0 0; + margin: 0 4px 0 0; } > span { display: block; @@ -104,7 +104,7 @@ .search-tagview-switch { position: absolute; top: 15px; - right: 266px; + right: 272px; color: darken(@linkColor, 30%); &.active { color: @linkColor;