Skip to content

Commit 08dcb85

Browse files
authored
Merge pull request pterodactyl#2480 from AreYouRlyScared/fix-2435
Remove unused settings from admin side
2 parents 18fce37 + 5c10582 commit 08dcb85

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

resources/views/admin/settings/advanced.blade.php

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -82,29 +82,6 @@
8282
</div>
8383
</div>
8484
</div>
85-
<div class="box">
86-
<div class="box-header with-border">
87-
<h3 class="box-title">Console</h3>
88-
</div>
89-
<div class="box-body">
90-
<div class="row">
91-
<div class="form-group col-md-6">
92-
<label class="control-label">Message Count</label>
93-
<div>
94-
<input type="number" required class="form-control" name="pterodactyl:console:count" value="{{ old('pterodactyl:console:count', config('pterodactyl.console.count')) }}">
95-
<p class="text-muted small">The number of messages to be pushed to the console per frequency tick.</p>
96-
</div>
97-
</div>
98-
<div class="form-group col-md-6">
99-
<label class="control-label">Frequency Tick</label>
100-
<div>
101-
<input type="number" required class="form-control" name="pterodactyl:console:frequency" value="{{ old('pterodactyl:console:frequency', config('pterodactyl.console.frequency')) }}">
102-
<p class="text-muted small">The amount of time in milliseconds between each console message sending tick.</p>
103-
</div>
104-
</div>
105-
</div>
106-
</div>
107-
</div>
10885
<div class="box box-primary">
10986
<div class="box-footer">
11087
{{ csrf_field() }}

0 commit comments

Comments
 (0)