Merge branch 'fix-link-prometheus-opening-outside-gitlab' into 'master'
Removed target blank from the environments component Closes #31029 See merge request !10726
This commit is contained in:
commit
bb6dcf2d1a
2 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,6 @@ export default {
|
|||
class="btn monitoring-url has-tooltip"
|
||||
data-container="body"
|
||||
:href="monitoringUrl"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer nofollow"
|
||||
:title="title"
|
||||
:aria-label="title">
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Removed target blank from the metrics action inside the environments list
|
||||
merge_request: 10726
|
||||
author:
|
Loading…
Reference in a new issue