From 148096080129e3cf9ff27daa627d61e9dfe0a2a5 Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Fri, 10 Jul 2026 16:47:41 +0200 Subject: [PATCH] =?UTF-8?q?Button-Reihenfolge:=20L=C3=B6schen=20vor=20Edit?= =?UTF-8?q?=20in=20der=20Playlist-Zeile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 5 ----- templates/admin.html | 24 ++++++++++++------------ templates/priority.html | 26 +++++++++++++------------- 3 files changed, 25 insertions(+), 30 deletions(-) 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" %} - -