diff --git a/public/app/features/playlist/partials/playlist.html b/public/app/features/playlist/partials/playlist.html index d52506cc5a7..98c5098824d 100644 --- a/public/app/features/playlist/partials/playlist.html +++ b/public/app/features/playlist/partials/playlist.html @@ -2,25 +2,25 @@
-

New Playlist

-

Edit Playlist

- -

Name and interval

+
- Name - + Name +
- Interval - + Interval +
-
-
-
Add dashboards
+
+
+
Add dashboards
@@ -28,8 +28,8 @@
-
-
Search results ({{ctrl.filteredDashboards.length}})
+
+
Search results ({{ctrl.filteredDashboards.length + ctrl.filteredTags.length}})
@@ -44,7 +44,8 @@
-
+
+ -
-
+
Added dashboards
@@ -88,12 +88,10 @@
-
+ - -
diff --git a/public/sass/pages/_playlist.scss b/public/sass/pages/_playlist.scss index ac17cb02d94..cbe94593f0a 100644 --- a/public/sass/pages/_playlist.scss +++ b/public/sass/pages/_playlist.scss @@ -1,5 +1,4 @@ .playlist-search-container { - // margin: 15px; z-index: 1000; position: relative; width: 700px;