From b8597b4d57f3f2d5704d02fd37113e5ebb054b60 Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Tue, 28 Aug 2018 14:23:03 +0200 Subject: [PATCH] added empty cta to playlist page + hid playlist table when empty (#12841) * added empty cta to playlist page + hid playlist table when empty * implemented the empty-list-cta component * removed extra protip, changed messaging --- .../features/playlist/partials/playlists.html | 99 +++++++++++-------- 1 file changed, 59 insertions(+), 40 deletions(-) diff --git a/public/app/features/playlist/partials/playlists.html b/public/app/features/playlist/partials/playlists.html index 2b876c26d13..ec24fc9bfd1 100644 --- a/public/app/features/playlist/partials/playlists.html +++ b/public/app/features/playlist/partials/playlists.html @@ -1,47 +1,66 @@
-
-
- - - New Playlist - +
+ + + + + + + + + + + + + + + + + +
+ Name + + Start url +
+ {{playlist.name}} + + playlists/play/{{playlist.id}} + + + + Play + + + + + Edit + + + + + +
- - - - - - - - - - - - - - - -
NameStart url
- {{playlist.name}} - - playlists/play/{{playlist.id}} - - - - Play - - - - - Edit - - - - - -
+
+ +