From cef7e94fa181dd3855b1badc92c6eb880f09bd76 Mon Sep 17 00:00:00 2001 From: nocci Date: Sat, 6 Dec 2025 13:34:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(templates):=20add=20edit=20act?= =?UTF-8?q?ion=20column=20to=20servers=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add a new "Aktion" column to the servers list table - include an edit link for each server entry for easy access --- app/templates/servers_list.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/templates/servers_list.html b/app/templates/servers_list.html index 87504d0..fc6a9bd 100644 --- a/app/templates/servers_list.html +++ b/app/templates/servers_list.html @@ -65,6 +65,7 @@ Location IPv4 Kosten + Aktion @@ -111,6 +112,11 @@ {% endif %} + + + Bearbeiten + + {% endfor %}