Use queue.exclusive here
This commit is contained in:
parent
68b1925b4b
commit
d27ffa3d33
|
|
@ -23,7 +23,7 @@
|
|||
<th>Node</th>
|
||||
<td><%= fmt_node(queue.node) %></td>
|
||||
</tr>
|
||||
<% if (queue.owner_pid_details == undefined) { %>
|
||||
<% if (!queue.exclusive) { %>
|
||||
<tr>
|
||||
<th>Slaves</th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue