summaryrefslogtreecommitdiff
path: root/spec/frontend/fixtures/static/environments/table.html
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/fixtures/static/environments/table.html')
-rw-r--r--spec/frontend/fixtures/static/environments/table.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/static/environments/table.html b/spec/frontend/fixtures/static/environments/table.html
new file mode 100644
index 00000000000..417af564ff1
--- /dev/null
+++ b/spec/frontend/fixtures/static/environments/table.html
@@ -0,0 +1,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>