updates
This commit is contained in:
@@ -300,6 +300,8 @@
|
||||
<tr>
|
||||
<th>Supervisor</th>
|
||||
<th>Processes</th>
|
||||
<th>CPU Threads</th>
|
||||
<th>Memory</th>
|
||||
<th>Queues</th>
|
||||
<th class="text-right">Balancing</th>
|
||||
</tr>
|
||||
@@ -309,6 +311,8 @@
|
||||
<tr v-for="supervisor in worker.supervisors">
|
||||
<td>{{ superVisorDisplayName(supervisor.name, worker.name) }}</td>
|
||||
<td>{{ countProcesses(supervisor.processes) }}</td>
|
||||
<td>{{ supervisor.cpu }}</td>
|
||||
<td>{{ supervisor.mem }}%</td>
|
||||
<td>{{ supervisor.options.queue.replace(/,/g, ', ') }}</td>
|
||||
<td class="text-right">
|
||||
({{ supervisor.options.balance.charAt(0).toUpperCase() + supervisor.options.balance.slice(1) }})
|
||||
|
||||
Reference in New Issue
Block a user