Skip to content

Commit 1922db6

Browse files
notAreYouScaredDaneEveritt
authored andcommitted
Update new.blade.php (pterodactyl#1732)
1 parent 771d30c commit 1922db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/themes/pterodactyl/admin/nodes/new.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</div>
107107
<div class="box-body">
108108
<div class="row">
109-
<div class="form-group col-xs-12">
109+
<div class="form-group col-md-6">
110110
<label for="pDaemonBase" class="form-label">Daemon Server File Directory</label>
111111
<input type="text" name="daemonBase" id="pDaemonBase" class="form-control" value="/srv/daemon-data" />
112112
<p class="text-muted small">Enter the directory where server files should be stored. <strong>If you use OVH you should check your partition scheme. You may need to use <code>/home/daemon-data</code> to have enough space.</strong></p>
@@ -177,4 +177,4 @@
177177
<script>
178178
$('#pLocationId').select2();
179179
</script>
180-
@endsection
180+
@endsection

0 commit comments

Comments
 (0)