diff options
author | Olena Horal-Koretska <ohoralkoretska@gitlab.com> | 2019-08-05 18:53:39 +0000 |
---|---|---|
committer | Clement Ho <408677-ClemMakesApps@users.noreply.gitlab.com> | 2019-08-05 18:53:39 +0000 |
commit | 7fd512d84c7fd77a0e8778b6641c82826d3c0cad (patch) | |
tree | c27237256e7a02de757a85b6d0233942200c5d55 | |
parent | b683d6e65f7f6ab0e00492b09740ade33f58a491 (diff) | |
download | gitlab-ce-7fd512d84c7fd77a0e8778b6641c82826d3c0cad.tar.gz |
Removed external dashboard legend border
-rw-r--r-- | app/assets/javascripts/operation_settings/components/external_dashboard.vue | 2 | ||||
-rw-r--r-- | changelogs/unreleased/64675-Dashboard-URL-legend-border.yml | 5 |
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 |