BigW Consortium Gitlab

Commit 6af215f0 by Annabel Dunstone Gray Committed by kushalpandya

Merge branch 'environments-button-open-same-tab' into 'master'

Removed the target=_blank from the monitoring component Closes #32243 See merge request !11386
parent 8409e5d0
...@@ -21,7 +21,6 @@ export default { ...@@ -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"
......
---
title: Removed the target=_blank from the monitoring component to prevent opening
a new tab
merge_request:
author:
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