composeer update

This commit is contained in:
2019-06-23 11:49:01 +00:00
parent fc2380d68c
commit e9efe70112
327 changed files with 5194 additions and 2278 deletions

View File

@@ -300,8 +300,6 @@
<tr>
<th>Supervisor</th>
<th>Processes</th>
<th>CPU Threads</th>
<th>Memory</th>
<th>Queues</th>
<th class="text-right">Balancing</th>
</tr>
@@ -311,8 +309,6 @@
<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) }})