summaryrefslogtreecommitdiff
path: root/spec/frontend/fixtures/static/environments/table.html
blob: 417af564ff13df1213d46721c1cc4817bb5108db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<table>
<thead>
<tr>
<th>Environment</th>
<th>Last deployment</th>
<th>Job</th>
<th>Commit</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr id="environment-row"></tr>
</tbody>
</table>