24 lines
833 B
Text
24 lines
833 B
Text
- @no_container = true
|
|
- page_title "Terminal for environment", @environment.name
|
|
= render "projects/pipelines/head"
|
|
|
|
- content_for :page_specific_javascripts do
|
|
= stylesheet_link_tag "xterm/xterm"
|
|
= page_specific_javascript_bundle_tag("terminal")
|
|
|
|
%div{ class: container_class }
|
|
.top-area
|
|
.row
|
|
.col-sm-6
|
|
%h3.page-title
|
|
Terminal for environment
|
|
= @environment.name
|
|
|
|
.col-sm-6
|
|
.nav-controls
|
|
= link_to @environment.external_url, class: 'btn btn-default' do
|
|
= icon('external-link')
|
|
= render 'projects/deployments/actions', deployment: @environment.last_deployment
|
|
|
|
.terminal-container{ class: container_class }
|
|
#terminal{ data: { project_path: "#{terminal_namespace_project_environment_path(@project.namespace, @project, @environment)}.ws" } }
|