Merge branch '25371-environments-date-created-column-is-not-labeled' into 'master'
Add label to Environments "Date Created" column Closes #25371 See merge request !8376
This commit is contained in:
commit
6a3dd5791e
2 changed files with 5 additions and 1 deletions
|
@ -216,7 +216,7 @@
|
|||
<th class="environments-deploy">Last deployment</th>
|
||||
<th class="environments-build">Build</th>
|
||||
<th class="environments-commit">Commit</th>
|
||||
<th class="environments-date"></th>
|
||||
<th class="environments-date">Created</th>
|
||||
<th class="hidden-xs environments-actions"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Adds label to Environments "Date Created"
|
||||
merge_request: 8376
|
||||
author: Saad Shahd
|
Loading…
Reference in a new issue