diff --git a/public/app/features/admin/partials/edit_org.html b/public/app/features/admin/partials/edit_org.html index c50cf2c7701..51ca261c183 100644 --- a/public/app/features/admin/partials/edit_org.html +++ b/public/app/features/admin/partials/edit_org.html @@ -27,8 +27,12 @@ {{orgUser.login}} {{orgUser.email}} - +
+ + + +
diff --git a/public/app/features/admin/partials/edit_user.html b/public/app/features/admin/partials/edit_user.html index 7686ac7f079..c047b3ac160 100644 --- a/public/app/features/admin/partials/edit_user.html +++ b/public/app/features/admin/partials/edit_user.html @@ -59,8 +59,10 @@
- Role - + Role + + +
@@ -81,8 +83,12 @@ {{org.name}} Current - +
+ + + +
diff --git a/public/app/features/org/partials/invite.html b/public/app/features/org/partials/invite.html index a35aa47a4ab..cc0f2f7817f 100644 --- a/public/app/features/org/partials/invite.html +++ b/public/app/features/org/partials/invite.html @@ -20,7 +20,7 @@
- Role + Role
diff --git a/public/app/features/org/partials/orgApiKeys.html b/public/app/features/org/partials/orgApiKeys.html index 96dba65d1ad..a2b4ceb6670 100644 --- a/public/app/features/org/partials/orgApiKeys.html +++ b/public/app/features/org/partials/orgApiKeys.html @@ -12,7 +12,9 @@
Role - + + +
diff --git a/public/app/features/org/partials/orgUsers.html b/public/app/features/org/partials/orgUsers.html index 28a2757fb2d..fcaaea3b4ee 100644 --- a/public/app/features/org/partials/orgUsers.html +++ b/public/app/features/org/partials/orgUsers.html @@ -51,7 +51,7 @@ {{user.email}} {{user.lastSeenAtAge}} -
+
diff --git a/public/app/features/plugins/built_in_plugins.ts b/public/app/features/plugins/built_in_plugins.ts index aed997f2fb3..23bbc65b2f6 100644 --- a/public/app/features/plugins/built_in_plugins.ts +++ b/public/app/features/plugins/built_in_plugins.ts @@ -18,7 +18,6 @@ import * as heatmapPanel from 'app/plugins/panel/heatmap/module'; import * as tablePanel from 'app/plugins/panel/table/module'; import * as singlestatPanel from 'app/plugins/panel/singlestat/module'; import * as gettingStartedPanel from 'app/plugins/panel/gettingstarted/module'; -import * as permissionListPlugin from 'app/plugins/panel/permissionlist/module'; import * as testDataAppPlugin from 'app/plugins/app/testdata/module'; import * as testDataDSPlugin from 'app/plugins/app/testdata/datasource/module'; @@ -37,7 +36,6 @@ const builtInPlugins = { "app/plugins/app/testdata/module": testDataAppPlugin, "app/plugins/app/testdata/datasource/module": testDataDSPlugin, - "app/plugins/panel/permissionlist/module": permissionListPlugin, "app/plugins/panel/text/module": textPanel, "app/plugins/panel/graph/module": graphPanel, "app/plugins/panel/dashlist/module": dashListPanel, diff --git a/public/app/plugins/datasource/cloudwatch/partials/config.html b/public/app/plugins/datasource/cloudwatch/partials/config.html index 1eb74923ab6..2a19e95f88c 100644 --- a/public/app/plugins/datasource/cloudwatch/partials/config.html +++ b/public/app/plugins/datasource/cloudwatch/partials/config.html @@ -1,7 +1,7 @@

CloudWatch details

-
+
diff --git a/public/app/plugins/datasource/elasticsearch/partials/config.html b/public/app/plugins/datasource/elasticsearch/partials/config.html index 42ae4265371..da23e9ddab1 100644 --- a/public/app/plugins/datasource/elasticsearch/partials/config.html +++ b/public/app/plugins/datasource/elasticsearch/partials/config.html @@ -11,8 +11,10 @@
- Pattern - + Pattern + + +
@@ -22,8 +24,10 @@
- Version - + Version + + +
Max concurrent Shard Requests diff --git a/public/app/plugins/datasource/graphite/partials/config.html b/public/app/plugins/datasource/graphite/partials/config.html index 804d339452e..2c31aaf86b4 100644 --- a/public/app/plugins/datasource/graphite/partials/config.html +++ b/public/app/plugins/datasource/graphite/partials/config.html @@ -13,6 +13,8 @@ This option controls what functions are available in the Graphite query editor. - + + +
diff --git a/public/sass/components/_gf-form.scss b/public/sass/components/_gf-form.scss index 5ee712b0810..0571df226cb 100644 --- a/public/sass/components/_gf-form.scss +++ b/public/sass/components/_gf-form.scss @@ -53,6 +53,10 @@ $input-border: 1px solid $input-border-color; flex-direction: row; flex-wrap: wrap; align-content: flex-start; + + .gf-form + .gf-form { + margin-right: $gf-form-margin; + } } .gf-form-button-row { @@ -89,10 +93,6 @@ $input-border: 1px solid $input-border-color; margin-right: $gf-form-margin; } -.gf-form + .gf-form { - margin-right: $gf-form-margin; -} - .gf-form-pre { display: block; flex-grow: 1;