summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-08-05 18:53:41 +0000
committerClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-08-05 18:53:41 +0000
commitf3e2d04870907e12c4e79582b377a930f7e3f1e3 (patch)
treec27237256e7a02de757a85b6d0233942200c5d55
parentb683d6e65f7f6ab0e00492b09740ade33f58a491 (diff)
parent7fd512d84c7fd77a0e8778b6641c82826d3c0cad (diff)
downloadgitlab-ce-f3e2d04870907e12c4e79582b377a930f7e3f1e3.tar.gz
Merge branch '64675-Dashboard-URL-legend-border' into 'master'
Removed external dashboard legend border Closes #64675 See merge request gitlab-org/gitlab-ce!31407
-rw-r--r--app/assets/javascripts/operation_settings/components/external_dashboard.vue2
-rw-r--r--changelogs/unreleased/64675-Dashboard-URL-legend-border.yml5
2 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/operation_settings/components/external_dashboard.vue b/app/assets/javascripts/operation_settings/components/external_dashboard.vue
index ed518611d0b..3c5de189d51 100644
--- a/app/assets/javascripts/operation_settings/components/external_dashboard.vue
+++ b/app/assets/javascripts/operation_settings/components/external_dashboard.vue
@@ -50,9 +50,11 @@ export default {
<form>
<gl-form-group
:label="s__('ExternalMetrics|Full dashboard URL')"
+ label-for="full-dashboard-url"
:description="s__('ExternalMetrics|Enter the URL of the dashboard you want to link to')"
>
<gl-form-input
+ id="full-dashboard-url"
v-model="userDashboardUrl"
placeholder="https://my-org.gitlab.io/my-dashboards"
@keydown.enter.native.prevent="updateExternalDashboardUrl"
diff --git a/changelogs/unreleased/64675-Dashboard-URL-legend-border.yml b/changelogs/unreleased/64675-Dashboard-URL-legend-border.yml
new file mode 100644
index 00000000000..f35261fcd6c
--- /dev/null
+++ b/changelogs/unreleased/64675-Dashboard-URL-legend-border.yml
@@ -0,0 +1,5 @@
+---
+title: Removed extrenal dashboard legend border
+merge_request: 31407
+author:
+type: fixed