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, 0 insertions, 15 deletions
diff --git a/spec/frontend/fixtures/static/environments/table.html b/spec/frontend/fixtures/static/environments/table.html
deleted file mode 100644
index 417af564ff1..00000000000
--- a/spec/frontend/fixtures/static/environments/table.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<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>