diff --git a/public/app/features/admin/partials/orgs.html b/public/app/features/admin/partials/orgs.html index fe87073eb6c..14a9ad931a2 100644 --- a/public/app/features/admin/partials/orgs.html +++ b/public/app/features/admin/partials/orgs.html @@ -4,31 +4,84 @@ -
-
+
+

Organizations

- - - - - - - - - - +
+
+
    +
  • Filters:
  • +
  • Id
  • +
  • +
  • Name
  • +
  • +
  • + + + +
  • +
+
+
+
+ +
    +
  • + +
  • +
  • + +
  • +
  • + 0 selected, showing 1 of 1 total +
  • +
+ +
IdName
{{org.name}} - - - Edit - -    - - - -
+ + + + + + + + + + + + + +
IdName
+ + + {{org.name}} + + + Edit + +    + + + +
diff --git a/public/app/features/admin/partials/users.html b/public/app/features/admin/partials/users.html index 6f8365e75dd..7273be6079f 100644 --- a/public/app/features/admin/partials/users.html +++ b/public/app/features/admin/partials/users.html @@ -5,38 +5,92 @@ -
-
+
+

Users

- - - - - - - - - - - - - - - - - +
+
+
    +
  • Filters:
  • +
  • Id
  • +
  • +
  • Name
  • +
  • +
  • + + + +
  • +
+
+
+
+ +
    +
  • + +
  • +
  • + +
  • +
  • + 0 selected, showing 1 of 1 total +
  • +
+ +
IdNameLoginEmailGrafana Admin
{{user.id}}{{user.name}}{{user.login}}{{user.email}}{{user.isAdmin}} - - - Edit - -    - - - -
+ + + + + + + + + + + + + + + + + + + + + +
IdNameLoginEmailGrafana Admin
+ + + {{user.id}}{{user.name}}{{user.login}}{{user.email}}{{user.isAdmin}} + + + Edit + +    + + + +
diff --git a/public/app/features/org/partials/orgApiKeys.html b/public/app/features/org/partials/orgApiKeys.html index c24b5c53ec1..cb1c13f64a1 100644 --- a/public/app/features/org/partials/orgApiKeys.html +++ b/public/app/features/org/partials/orgApiKeys.html @@ -5,7 +5,7 @@
-
+

API Keys

@@ -93,7 +93,7 @@ {{t.name}} {{t.role}} - + diff --git a/public/app/features/org/partials/orgUsers.html b/public/app/features/org/partials/orgUsers.html index 3cb560bd560..dc0ad562b4f 100644 --- a/public/app/features/org/partials/orgUsers.html +++ b/public/app/features/org/partials/orgUsers.html @@ -5,7 +5,7 @@
-
+

Organization users

@@ -67,6 +67,7 @@ + @@ -74,6 +75,10 @@ +
Login Email Role
+ + + {{user.login}} {{user.email}} @@ -89,36 +94,100 @@
-
- {{invite.email}} - {{invite.name}} - - -   - - - - - -
- {{invite.url}}
- -   - - - Invited: {{invite.createdOn | date: 'shortDate'}} by {{invite.invitedBy}} - -
-
+ +
+
+
    +
  • Filters:
  • +
  • Email
  • +
  • +
  • Name
  • +
  • +
  • + + + +
  • +
+
+
+
+ +
    +
  • + +
  • +
  • + +
  • +
  • + 0 selected, showing 1 of 1 total +
  • +
+ + + + + + + + + + + + + + + + + + + + + + +
EmailName
+ + + {{invite.email}}{{invite.name}} + +   + + + + +
+ {{invite.url}}

+ +   + + + Invited: {{invite.createdOn | date: 'shortDate'}} by {{invite.invitedBy}} + +
-
diff --git a/public/app/features/profile/partials/profile.html b/public/app/features/profile/partials/profile.html index d246b4d3914..56eddad92be 100644 --- a/public/app/features/profile/partials/profile.html +++ b/public/app/features/profile/partials/profile.html @@ -5,8 +5,8 @@ -
-
+
+

Profile

@@ -62,19 +62,28 @@

Organizations

- - - - - - +
Name: {{org.name}}Role: {{org.role}} - - Current - - - Select - -
+ + + + + + + + + + + + + +
NameRole
Name: {{org.name}}Role: {{org.role}} + + Current + + + Select + +
diff --git a/public/less/filter-table.less b/public/less/filter-table.less index 765fab5662f..99b7a3463d8 100644 --- a/public/less/filter-table.less +++ b/public/less/filter-table.less @@ -13,8 +13,8 @@ .filter-table { width: 100%; - // table-layout: fixed; border-collapse: collapse; + table-layout: fixed; } .filter-table tr { @@ -47,3 +47,11 @@ overflow: hidden; text-overflow: ellipsis; } + +.filter-table .expanded { + border-color: @grafanaPanelBackground; +} + +.filter-table .expanded > td { + padding-bottom: 0; +}