Load terminal css file in environments page

Loaded the xterm css file in order to fix the styling issues
This commit is contained in:
Jacques Erasmus 2019-07-11 14:25:18 +00:00 committed by Filipa Lacerda
parent e1a56e7b22
commit 4be9ff8442
2 changed files with 8 additions and 0 deletions

View File

@ -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 }

View File

@ -0,0 +1,5 @@
---
title: Fix environments broken terminal
merge_request: 30401
author:
type: fixed