summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-05-15 10:00:23 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-05-15 10:00:46 -0500
commit06c8132ecf8c44707dae703bfb10afad715b4d79 (patch)
tree2ae6c67fdf4fc9c8fbf904004cba44962d196d06 /app
parentadb6965c78fb177e3b9a7e6aa06cf538229addd6 (diff)
downloadgitlab-ce-06c8132ecf8c44707dae703bfb10afad715b4d79.tar.gz
Removed the target=_blank from the monitoring componentenvironments-button-open-same-tab
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/environments/components/environment_monitoring.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/environments/components/environment_monitoring.vue b/app/assets/javascripts/environments/components/environment_monitoring.vue
index 4b030a27900..79c019b3491 100644
--- a/app/assets/javascripts/environments/components/environment_monitoring.vue
+++ b/app/assets/javascripts/environments/components/environment_monitoring.vue
@@ -21,7 +21,6 @@ export default {
<a
class="btn monitoring-url has-tooltip"
data-container="body"
- target="_blank"
rel="noopener noreferrer nofollow"
:href="monitoringUrl"
:title="title"