devices anlegen
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user