From b428ee06359d82493b100b3ced3a95b3a0e3a58c Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 5 Mar 2026 01:36:07 +0100 Subject: [PATCH] asd --- modules/pi_control/pages/hosts.php | 44 +++++++++++++++++++++++------- public/assets/css/app.css | 7 +++++ 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/modules/pi_control/pages/hosts.php b/modules/pi_control/pages/hosts.php index 2f7673f..7713281 100644 --- a/modules/pi_control/pages/hosts.php +++ b/modules/pi_control/pages/hosts.php @@ -53,21 +53,45 @@ $hosts = $pdo->query('SELECT * FROM ' . $table('hosts') . ' ORDER BY id DESC')->
-
+
Neuer Host -
- - - - - - - + + + + + + + +
-
+
Registrierte Hosts
diff --git a/public/assets/css/app.css b/public/assets/css/app.css index 53a9dec..adeeb4e 100644 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -147,6 +147,13 @@ body { } .module-subnav.card { background-color: var(--panel); background-image: none; } +.form-card { padding: 14px; } +.form-grid { display: grid; gap: 12px; } +.form-field { display: grid; gap: 6px; } +.form-field input, +.form-field select, +.form-field textarea { width: 100%; } + .layout-body { display: grid; grid-template-columns: 1fr;