Commit 0177b2c0 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'add-ci-status-css-to-environments' into 'master'

Add CI Status CSS to the Environments Page

See merge request gitlab-org/gitlab!46382
parents f2c3b298 bac1ed4f
......@@ -3,6 +3,7 @@
- page_title _("Environments")
- add_page_specific_style 'page_bundles/xterm'
- add_page_specific_style 'page_bundles/environments'
- add_page_specific_style 'page_bundles/ci_status'
#environments-detail-view{ data: { name: @environment.name, id: @environment.id, delete_path: environment_delete_path(@environment)} }
- if @environment.available? && can?(current_user, :stop_environment, @environment)
......
---
title: Add CI Status CSS to the Environments Page
merge_request: 46382
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