Merge branch 'environments-button-open-same-tab' into 'master'
Removed the target=_blank from the monitoring component Closes #32243 See merge request !11386
This commit is contained in:
commit
71e2f4ec7d
2 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,6 @@ export default {
|
||||||
<a
|
<a
|
||||||
class="btn monitoring-url has-tooltip"
|
class="btn monitoring-url has-tooltip"
|
||||||
data-container="body"
|
data-container="body"
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer nofollow"
|
rel="noopener noreferrer nofollow"
|
||||||
:href="monitoringUrl"
|
:href="monitoringUrl"
|
||||||
:title="title"
|
:title="title"
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Removed the target=_blank from the monitoring component to prevent opening
|
||||||
|
a new tab
|
||||||
|
merge_request:
|
||||||
|
author:
|
Loading…
Reference in a new issue