Gerätehersteller, Devices, API Erweiterungen

This commit is contained in:
Spitzer_Daniel
2023-03-22 15:23:35 +01:00
parent 71d9675350
commit 0ce064b56b
9 changed files with 395 additions and 52 deletions
+7
View File
@@ -42,6 +42,13 @@
value="<?= $devicemanufactors->name ?>">
</div>
</div>
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="comment">Backup Config</label>
<div class="col-lg-10">
<textarea class="form-control" id="config_backup" name="config_backup"
rows="10"><?= $devicemanufactors->config_backup ?></textarea>
</div>
</div>
</div>