Commit f3e2d048 authored by Clement Ho's avatar Clement Ho

Merge branch '64675-Dashboard-URL-legend-border' into 'master'

Removed external dashboard legend border

Closes #64675

See merge request gitlab-org/gitlab-ce!31407
parents b683d6e6 7fd512d8
...@@ -50,9 +50,11 @@ export default { ...@@ -50,9 +50,11 @@ export default {
<form> <form>
<gl-form-group <gl-form-group
:label="s__('ExternalMetrics|Full dashboard URL')" :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')" :description="s__('ExternalMetrics|Enter the URL of the dashboard you want to link to')"
> >
<gl-form-input <gl-form-input
id="full-dashboard-url"
v-model="userDashboardUrl" v-model="userDashboardUrl"
placeholder="https://my-org.gitlab.io/my-dashboards" placeholder="https://my-org.gitlab.io/my-dashboards"
@keydown.enter.native.prevent="updateExternalDashboardUrl" @keydown.enter.native.prevent="updateExternalDashboardUrl"
......
---
title: Removed extrenal dashboard legend border
merge_request: 31407
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment