Device Update

* Backup Check Script noch mit meiner Email für Live Test
* Backup Check bei Devices hinzugefügt
This commit is contained in:
Daniel Spitzer
2025-05-19 20:20:02 +02:00
parent 8d6ba4aa5a
commit 9312cf5f5e
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>