Merge branch '64091-fix-broken-terminal' into 'master'
Fix broken environments terminal See merge request gitlab-org/gitlab-ce!30401
This commit is contained in:
commit
3b42339068
2 changed files with 8 additions and 0 deletions
|
@ -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 }
|
||||
|
|
5
changelogs/unreleased/64091-fix-broken-terminal.yml
Normal file
5
changelogs/unreleased/64091-fix-broken-terminal.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix environments broken terminal
|
||||
merge_request: 30401
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue