Skip to content

Commit bb9c0c9

Browse files
authored
Merge pull request pterodactyl#2466 from LeJeanbono/rename_cpu_thread
Rename CPU Threads for CPU Pinning
2 parents 8697185 + 0b559f8 commit bb9c0c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/admin/servers/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
</div>
159159

160160
<div class="form-group col-xs-6">
161-
<label for="pThreads">CPU Threads</label>
161+
<label for="pThreads">CPU Pinning</label>
162162

163163
<div>
164164
<input type="text" id="pThreads" name="threads" class="form-control" value="{{ old('threads') }}" />

resources/views/admin/servers/view/build.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<p class="text-muted small">Each <em>physical</em> core on the system is considered to be <code>100%</code>. Setting this value to <code>0</code> will allow a server to use CPU time without restrictions.</p>
3939
</div>
4040
<div class="form-group">
41-
<label for="threads" class="control-label">CPU Threads</label>
41+
<label for="threads" class="control-label">CPU Pinning</label>
4242
<div>
4343
<input type="text" name="threads" class="form-control" value="{{ old('threads', $server->threads) }}"/>
4444
</div>

resources/views/admin/servers/view/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</td>
6969
</tr>
7070
<tr>
71-
<td>CPU Threads</td>
71+
<td>CPU Pinning</td>
7272
<td>
7373
@if($server->threads != null)
7474
<code>{{ $server->threads }}</code>

0 commit comments

Comments
 (0)