From dea7c70facf46d2ebe68fc5984e56337c06070b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Wed, 24 Mar 2021 07:11:45 +0100 Subject: [PATCH] Chore: Cleans up unused Playlist files (#32240) --- public/app/features/playlist/all.ts | 4 - .../features/playlist/partials/playlist.html | 124 --------------- .../playlist/partials/playlist_search.html | 35 ----- .../features/playlist/partials/playlists.html | 76 --------- .../features/playlist/playlist_edit_ctrl.ts | 147 ------------------ .../app/features/playlist/playlist_routes.ts | 33 ---- .../app/features/playlist/playlist_search.ts | 86 ---------- .../playlist/specs/playlist_edit_ctrl.test.ts | 83 ---------- 8 files changed, 588 deletions(-) delete mode 100644 public/app/features/playlist/all.ts delete mode 100644 public/app/features/playlist/partials/playlist.html delete mode 100644 public/app/features/playlist/partials/playlist_search.html delete mode 100644 public/app/features/playlist/partials/playlists.html delete mode 100644 public/app/features/playlist/playlist_edit_ctrl.ts delete mode 100644 public/app/features/playlist/playlist_routes.ts delete mode 100644 public/app/features/playlist/playlist_search.ts delete mode 100644 public/app/features/playlist/specs/playlist_edit_ctrl.test.ts diff --git a/public/app/features/playlist/all.ts b/public/app/features/playlist/all.ts deleted file mode 100644 index 808a77d6cab..00000000000 --- a/public/app/features/playlist/all.ts +++ /dev/null @@ -1,4 +0,0 @@ -import './playlists_ctrl'; -import './playlist_search'; -import './playlist_edit_ctrl'; -import './playlist_routes'; diff --git a/public/app/features/playlist/partials/playlist.html b/public/app/features/playlist/partials/playlist.html deleted file mode 100644 index dd339f0d253..00000000000 --- a/public/app/features/playlist/partials/playlist.html +++ /dev/null @@ -1,124 +0,0 @@ - - -
-

Edit Playlist

-

New Playlist

- -

- A playlist rotates through a pre-selected list of Dashboards. A Playlist can be a great way to build situational - awareness, or just show off your metrics to your team or visitors. -

- -
-
- Name - -
-
- Interval - -
-
- -
-

Dashboards

- - - - - - - - - - - -
-   {{playlistItem.title}} - - - - {{playlistItem.title}} - - - - - -
Playlist is empty, add dashboards below.
-
- -
-

Add dashboards

- - -
- - - - - -
- -   {{playlistItem.title}} - - - -
-
-
- - - - - -
- - - {{tag.term}}  ({{tag.count}}) - - - -
-
-
- -
- -
- Create - Save - Cancel -
-
- -