From 6f395fa62163984e3ee49035f1f1b75f22d1c136 Mon Sep 17 00:00:00 2001 From: jknapp Date: Thu, 6 Mar 2025 17:45:02 -0800 Subject: [PATCH] fix issue with existing domains and new domains conflicting --- templates/index.html | 120 ++++++++++++++++++++++++------------------- 1 file changed, 66 insertions(+), 54 deletions(-) diff --git a/templates/index.html b/templates/index.html index 97d828a..ba92c71 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,11 +47,17 @@ .server-list { margin-top: 10px; } - .server-item { + .server-item, .domain-list-item { border: 1px solid #ddd; - padding: 10px; + padding: 15px; margin-bottom: 10px; - border-radius: 4px; + border-radius: 5px; + } + .domain-list-item { + background-color: #f9f9f9; + } + .server-item { + background-color: #fff; } .delete-btn { background-color: #f44336; @@ -84,55 +90,41 @@ - -

HAProxy Domain Manager

- - -

Add New Domain

-
-
-

Backend Servers

-
- -

Existing Domains

-
- -
+
- \ No newline at end of file +