about summary refs log tree commit diff
path: root/public/submit-queue.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/submit-queue.tmpl.html')
-rw-r--r--public/submit-queue.tmpl.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/public/submit-queue.tmpl.html b/public/submit-queue.tmpl.html
index c2eff3146637..6b91f59a010b 100644
--- a/public/submit-queue.tmpl.html
+++ b/public/submit-queue.tmpl.html
@@ -57,20 +57,7 @@
       </tbody>
     </table>
     <h2>Current Queue</h2>
-    <table class="table table-sm table-hover" id="region-queue">
-      <thead class="thead-light">
-        <tr>
-          <th scope="col">Owner</th>
-          <th scope="col">Changeset</th>
-          <th scope="col">Flags</th>
-        </tr>
-      </thead>
-      <tbody>
-        {{ range $serie := .series }}
-        {{ block "serie" $serie }}{{ end }}
-        {{ end }}
-      </tbody>
-    </table>
+    {{ block "series" .series }}{{ end }}
 
     <h2 id="region-log">History</h2>
   </div>