Add CPU Thread assignments

Added CPU Thread assignments for each server
This commit is contained in:
AreYouScared 2020-03-29 14:41:55 -04:00
parent ab4c4e7e9e
commit 2561e3e8d5
9 changed files with 28 additions and 2 deletions

View file

@ -73,6 +73,10 @@
<td>CPU Limit</td>
<td><code>{{ $server->cpu }}%</code></td>
</tr>
<tr>
<td>CPU Threads</td>
<td><code>{{ $server->threads }}</code></td>
</tr>
<tr>
<td>Default Connection</td>
<td><code>{{ $server->allocation->ip }}:{{ $server->allocation->port }}</code></td>