From 33f2e313933685afe0207f8877c07f864f1510a7 Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Thu, 14 Dec 2017 14:30:13 +0100 Subject: [PATCH] replaced old table with filter-table, removed edit button, made whole rows to links --- .../app/features/admin/partials/edit_org.html | 2 +- public/app/features/admin/partials/orgs.html | 57 +++++++-------- public/app/features/admin/partials/users.html | 69 ++++++++++--------- .../alerting/partials/notifications_list.html | 63 ++++++++--------- .../app/features/org/partials/select_org.html | 2 +- public/app/features/org/partials/teams.html | 15 ++-- .../features/playlist/partials/playlist.html | 6 +- public/sass/components/_filter-table.scss | 17 +++++ 8 files changed, 128 insertions(+), 103 deletions(-) diff --git a/public/app/features/admin/partials/edit_org.html b/public/app/features/admin/partials/edit_org.html index 123e65ac919..975d663e9b0 100644 --- a/public/app/features/admin/partials/edit_org.html +++ b/public/app/features/admin/partials/edit_org.html @@ -16,7 +16,7 @@

Organization Users

- +
diff --git a/public/app/features/admin/partials/orgs.html b/public/app/features/admin/partials/orgs.html index a3b0f04d39d..d28cf4dc967 100644 --- a/public/app/features/admin/partials/orgs.html +++ b/public/app/features/admin/partials/orgs.html @@ -1,37 +1,40 @@
-
+ +
-
Username Email
- - - - - - - - - - - - - - -
IdName
{{org.id}}{{org.name}} - - - Edit - -    - - - -
+ + + + + + + + + + + + + + + +
IdName
+ + + +
diff --git a/public/app/features/admin/partials/users.html b/public/app/features/admin/partials/users.html index e98299eac64..66ab649e2cc 100644 --- a/public/app/features/admin/partials/users.html +++ b/public/app/features/admin/partials/users.html @@ -1,12 +1,13 @@
-
-
- - -
-
+
- +
- + Seen + Time since user was seen using Grafana + + - - - - - - + + + + +
Login Email - Seen - Time since user was seen using Grafana -
- - {{user.login}}{{user.email}} - {{user.lastSeenAtAge}} - - - - - - Edit + @@ -60,10 +70,7 @@
  1. - +
diff --git a/public/app/features/alerting/partials/notifications_list.html b/public/app/features/alerting/partials/notifications_list.html index a2f6f723696..1afd50dd12e 100644 --- a/public/app/features/alerting/partials/notifications_list.html +++ b/public/app/features/alerting/partials/notifications_list.html @@ -1,7 +1,7 @@
-
+
@@ -11,34 +11,35 @@
- - - - - - - - - - - -
NameType
- - {{notification.name}} - - - {{notification.type}} - - - default - - - - edit - - - - -
- + + + + + + + + + + + + + +
+ Name + Type
+ + default + + + + +
diff --git a/public/app/features/org/partials/select_org.html b/public/app/features/org/partials/select_org.html index 43fc555bf42..c8e143c80c1 100644 --- a/public/app/features/org/partials/select_org.html +++ b/public/app/features/org/partials/select_org.html @@ -25,7 +25,7 @@
- +
diff --git a/public/app/features/org/partials/teams.html b/public/app/features/org/partials/teams.html index 67d24b1f94b..daa76301de6 100644 --- a/public/app/features/org/partials/teams.html +++ b/public/app/features/org/partials/teams.html @@ -18,26 +18,23 @@