From c9bd45ba136e90cbedc8d8e0f3593f7f177838cb Mon Sep 17 00:00:00 2001 From: Nick Christus Date: Thu, 3 Dec 2015 20:20:54 -0600 Subject: [PATCH] removed filters and actions for now --- public/app/features/admin/partials/orgs.html | 55 +-------- public/app/features/admin/partials/users.html | 50 --------- .../features/org/partials/datasources.html | 11 +- .../app/features/org/partials/orgApiKeys.html | 50 --------- .../app/features/org/partials/orgUsers.html | 104 +----------------- public/less/filter-table.less | 2 +- 6 files changed, 9 insertions(+), 263 deletions(-) diff --git a/public/app/features/admin/partials/orgs.html b/public/app/features/admin/partials/orgs.html index 14a9ad931a2..e03849a2338 100644 --- a/public/app/features/admin/partials/orgs.html +++ b/public/app/features/admin/partials/orgs.html @@ -9,68 +9,19 @@

Organizations

- -
-
-
    -
  • Filters:
  • -
  • Id
  • -
  • -
  • Name
  • -
  • -
  • - - - -
  • -
-
-
-
- - - - + - + -
Id Name
- - - {{org.id}} {{org.name}} + Edit diff --git a/public/app/features/admin/partials/users.html b/public/app/features/admin/partials/users.html index 7273be6079f..c7839b755e0 100644 --- a/public/app/features/admin/partials/users.html +++ b/public/app/features/admin/partials/users.html @@ -11,55 +11,9 @@ Users - - -
    -
  • - -
  • -
  • - -
  • -
  • - 0 selected, showing 1 of 1 total -
  • -
- - @@ -70,10 +24,6 @@ - diff --git a/public/app/features/org/partials/datasources.html b/public/app/features/org/partials/datasources.html index 3897b3ecd3d..4a857845a0a 100644 --- a/public/app/features/org/partials/datasources.html +++ b/public/app/features/org/partials/datasources.html @@ -9,14 +9,15 @@
Id Name Login
- - - {{user.id}} {{user.name}} {{user.login}}
- @@ -71,10 +72,6 @@ - diff --git a/public/app/features/org/partials/orgApiKeys.html b/public/app/features/org/partials/orgApiKeys.html index cb1c13f64a1..cf1bedd7877 100644 --- a/public/app/features/org/partials/orgApiKeys.html +++ b/public/app/features/org/partials/orgApiKeys.html @@ -31,55 +31,9 @@ - - -
    -
  • - -
  • -
  • - -
  • -
  • - 0 selected, showing 2 of 2 total -
  • -
-
Name Url
- - -   {{ds.name}}
- @@ -87,10 +41,6 @@ -
Name Role
- - - {{t.name}} {{t.role}} diff --git a/public/app/features/org/partials/orgUsers.html b/public/app/features/org/partials/orgUsers.html index dc0ad562b4f..ea193694e19 100644 --- a/public/app/features/org/partials/orgUsers.html +++ b/public/app/features/org/partials/orgUsers.html @@ -18,56 +18,9 @@ - -
-
-
    -
  • Filters:
  • -
  • Login
  • -
  • -
  • Role
  • -
  • -
  • - - - -
  • -
-
-
-
- -
    -
  • - -
  • -
  • - -
  • -
  • - 0 selected, showing 1 of 1 total -
  • -
- - @@ -75,10 +28,6 @@ -
Login Email Role
- - - {{user.login}} {{user.email}} @@ -94,56 +43,9 @@
- -
-
-
    -
  • Filters:
  • -
  • Email
  • -
  • -
  • Name
  • -
  • -
  • - - - -
  • -
-
-
-
- -
    -
  • - -
  • -
  • - -
  • -
  • - 0 selected, showing 1 of 1 total -
  • -
- - @@ -151,14 +53,10 @@ -
Email Name
- - - {{invite.email}} {{invite.name}} -   diff --git a/public/less/filter-table.less b/public/less/filter-table.less index 99b7a3463d8..6729b425e51 100644 --- a/public/less/filter-table.less +++ b/public/less/filter-table.less @@ -14,7 +14,7 @@ .filter-table { width: 100%; border-collapse: collapse; - table-layout: fixed; + // table-layout: fixed; } .filter-table tr {