svg editor gut

This commit is contained in:
2026-02-12 09:05:36 +01:00
parent 78455ca1e6
commit 98fac55ffd
4 changed files with 50 additions and 1 deletions

View File

@@ -234,7 +234,9 @@ $pageTitle = $isEdit ? "Gerätetyp bearbeiten: " . htmlspecialchars($deviceType[
</label>
<label id="shape-port-name-label" hidden>
Port-Name
<input type="text" id="shape-param-port-name" placeholder="z.B. Gi1/0/1">
<select id="shape-param-port-name">
<option value="">- Port wählen -</option>
</select>
</label>
</div>
@@ -299,6 +301,7 @@ $pageTitle = $isEdit ? "Gerätetyp bearbeiten: " . htmlspecialchars($deviceType[
<?php endif; ?>
</tbody>
</table>
<input type="hidden" id="shape-port-options" value="<?php echo htmlspecialchars(json_encode(array_values(array_column($ports, 'name'))), ENT_QUOTES); ?>">
<div class="port-actions">
<button type="button" class="button" id="add-port-row">+ Port hinzufügen</button>