Update new.blade.php (#1732)

This commit is contained in:
AreYouScared 2019-10-21 18:23:33 -04:00 committed by Dane Everitt
parent 771d30cc11
commit 1922db60db

View File

@ -106,7 +106,7 @@
</div> </div>
<div class="box-body"> <div class="box-body">
<div class="row"> <div class="row">
<div class="form-group col-xs-12"> <div class="form-group col-md-6">
<label for="pDaemonBase" class="form-label">Daemon Server File Directory</label> <label for="pDaemonBase" class="form-label">Daemon Server File Directory</label>
<input type="text" name="daemonBase" id="pDaemonBase" class="form-control" value="/srv/daemon-data" /> <input type="text" name="daemonBase" id="pDaemonBase" class="form-control" value="/srv/daemon-data" />
<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> <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>