Commit 71e2f4ec authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

Removed the target=_blank from the monitoring component

Closes #32243

See merge request !11386
parents 9a10a6bf 06c8132e
...@@ -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