diff --git a/config.json b/config.json index f32b8d4..90b3479 100755 --- a/config.json +++ b/config.json @@ -99,11 +99,6 @@ { "name": "welcome.html", "enabled": true - }, - { - "url": "https://dva-stage.cancom-ds.de/", - "zoom": 1.0, - "enabled": true } ], "interval": 10, diff --git a/templates/admin.html b/templates/admin.html index bcff179..1573220 100755 --- a/templates/admin.html +++ b/templates/admin.html @@ -43,11 +43,11 @@ background-color: #ffffff; } - /* ─── Playlist-Zeile als Grid (Checkbox | Name | Typ | Größe | Edit | Löschen | Drag) ─── */ + /* ─── Playlist-Zeile als Grid (Checkbox | Name | Typ | Größe | Löschen | Edit | Drag) ─── */ .playlist-row { display: grid; grid-template-columns: - 28px 1fr 90px 80px 40px 50px 32px; + 28px 1fr 90px 80px 50px 40px 32px; align-items: center; gap: 0.75rem; } @@ -271,6 +271,16 @@ {% endif %} + +
+ +
+ {% if file.type == "url" %} - - diff --git a/templates/priority.html b/templates/priority.html index fa0ad43..ea3cc48 100644 --- a/templates/priority.html +++ b/templates/priority.html @@ -29,7 +29,7 @@ .playlist-row { display: grid; grid-template-columns: - 28px 1fr 90px 80px 40px 50px 32px; + 28px 1fr 90px 80px 50px 40px 32px; align-items: center; gap: 0.75rem; } @@ -171,6 +171,18 @@ {% endif %} + +
+ +
+ {% if file.type == "url" %} - -