Merge branch 'spidev' into 'master'

Device Update

See merge request fronk/thetool!1364
This commit is contained in:
Daniel Spitzer
2025-05-19 18:20:51 +00:00
5 changed files with 98 additions and 2 deletions

View File

@@ -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>