Removed external dashboard legend border

This commit is contained in:
Olena Horal-Koretska 2019-08-05 18:53:39 +00:00 committed by Clement Ho
parent b683d6e65f
commit 7fd512d84c
2 changed files with 7 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,5 @@
---
title: Removed extrenal dashboard legend border
merge_request: 31407
author:
type: fixed