Commit 3b423390 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '64091-fix-broken-terminal' into 'master'

Fix broken environments terminal

See merge request gitlab-org/gitlab-ce!30401
parents e1a56e7b 4be9ff84
......@@ -3,6 +3,9 @@
- breadcrumb_title @environment.name
- page_title _("Environments")
- content_for :page_specific_javascripts do
= stylesheet_link_tag 'page_bundles/xterm'
%div{ class: container_class }
- if can?(current_user, :stop_environment, @environment)
#stop-environment-modal.modal.fade{ tabindex: -1 }
......
---
title: Fix environments broken terminal
merge_request: 30401
author:
type: fixed
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