Commit 4be9ff84 authored by Jacques Erasmus's avatar Jacques Erasmus Committed by Filipa Lacerda

Load terminal css file in environments page

Loaded the xterm css file in order to fix the styling issues
parent e1a56e7b
......@@ -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