devices anlegen

This commit is contained in:
2026-02-11 15:46:50 +01:00
parent a6b56ffd75
commit 699ffe3d6b
6 changed files with 101 additions and 21 deletions

View File

@@ -76,6 +76,14 @@ $racks = $sql->get("SELECT id, name FROM racks ORDER BY name", "", []);
placeholder="Optionales Feld">
</div>
<div class="form-group">
<label for="web_config_url">Webconfig-URL</label>
<input type="url" id="web_config_url" name="web_config_url"
value="<?php echo htmlspecialchars($device['web_config_url'] ?? ''); ?>"
placeholder="https://switch.example.local">
<small>Optionaler Link zur Weboberfläche des Geräts (öffnet in neuem Tab).</small>
</div>
<div class="form-group">
<label for="comment">Kommentar</label>
<textarea id="comment" name="comment" rows="3"