Merge branch 'spidev' into 'master'
Device Update See merge request fronk/thetool!1364
This commit is contained in:
@@ -202,7 +202,15 @@ asort($Devices);
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="backup_check">Backup Check</label>
|
||||
<div class="col-lg-10">
|
||||
<div class="custom-control custom-switch mt-1">
|
||||
<input type="checkbox" <?= ($device->backup_check == "0") ? "" : "checked='checked'" ?> class="custom-control-input" value="1" id="backup_check" name="backup_check">
|
||||
<label class="custom-control-label no-user-select" for="backup_check">Es wird täglich geprüft, ob Backups vorhanden und nicht älter als 7 Tage sind</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="serial">Seriennummer</label>
|
||||
|
||||
Reference in New Issue
Block a user