Merge branch '27494-environment-list-column-headers' into 'master'
Edited the column header for the environments list from created to updated and a… Closes #27494 See merge request !8904
This commit is contained in:
commit
dd929203bb
3 changed files with 6 additions and 2 deletions
|
@ -182,7 +182,7 @@
|
|||
<th class="environments-deploy">Last deployment</th>
|
||||
<th class="environments-build">Build</th>
|
||||
<th class="environments-commit">Commit</th>
|
||||
<th class="environments-date">Created</th>
|
||||
<th class="environments-date">Updated</th>
|
||||
<th class="hidden-xs environments-actions"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
%th ID
|
||||
%th Commit
|
||||
%th Build
|
||||
%th
|
||||
%th Created
|
||||
%th.hidden-xs
|
||||
|
||||
= render @deployments
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Edited the column header for the environments list from created to updated and added created to environments detail page colum header titles
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue