File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
resources/views/admin/settings Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 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 () } }
You can’t perform that action at this time.
0 commit comments