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 @@
-
- {{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
-
- |
-
+
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;
+}
|