This commit is contained in:
2019-05-22 03:47:20 +00:00
parent 34ee987b03
commit e65fff3ac0
34 changed files with 1725 additions and 1532 deletions

View File

@@ -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) }})