Commit f69c4ce6 by Tuomas Riihimäki

Add queue list size

1 parent f89a5a71
Showing with 2 additions and 0 deletions
......@@ -64,6 +64,8 @@
</p:dataTable>
<h2>In queue</h2>
Queue size: #{queueManageView.userQueue.size()}<br/>
<p:dataTable var="u" value="#{queueManageView.userQueue}">
<p:column>
<h:outputText value="#{u.user.user.login}" />
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!