diff --git a/app/templates/admin.html b/app/templates/admin.html
index a10b2250..7a7a7e7b 100644
--- a/app/templates/admin.html
+++ b/app/templates/admin.html
@@ -24,59 +24,19 @@
+
- Name |
- Description |
- |
+ Name |
+ Description |
+ |
+
{% for group in groups %}
{% if group.1 == "All" %}
@@ -146,6 +109,7 @@
{% endif %}
{% endfor %}
+
+ Add
@@ -159,7 +123,7 @@
{{ input('new-group-add') }}
|
-
+ |
{{ input('new-desc', size="60") }}
|
@@ -173,22 +137,25 @@
+
- Hostname |
- IP |
- Port |
- Group |
- Enable |
- Virt |
- Alert |
- Metrics |
- Start |
- Slave for |
- Credentials |
- Description |
- |
- |
-
+ Hostname |
+ IP |
+ Port |
+ Group |
+ Enable |
+ Virt |
+ Alert |
+ Metrics |
+ Start |
+ Slave for |
+ Credentials |
+ Description |
+ |
+ |
+
+
+
{% for server in servers %}
@@ -215,6 +182,7 @@
{% include 'include/admin_servers.html' %}
|
{% endfor %}
+
+ Add
@@ -635,4 +603,46 @@
width: 10%;
}
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/base.html b/app/templates/base.html
index 81e633c7..404b94e9 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -1,6 +1,6 @@
- {{title}} - HAproxy-WI
+ {{title}} - HAProxy-WI
@@ -105,7 +105,7 @@
-
+
@@ -260,7 +260,8 @@
-
+
+
diff --git a/app/templates/include/add_proxy.html b/app/templates/include/add_proxy.html
index 84f54a36..a1f23e86 100644
--- a/app/templates/include/add_proxy.html
+++ b/app/templates/include/add_proxy.html
@@ -1,4 +1,13 @@
-
+{% if add %}
+
+
+ X
+
+ {{ add }} was success added
+ {{ conf_add }}
+
+{% endif %}
+
- {% if add %}
-
- {{ add }} was success added
- {{ conf_add }}
-
- {% endif %}
\ No newline at end of file
diff --git a/app/templates/login.html b/app/templates/login.html
index 37c2d571..36df67fd 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -23,7 +23,6 @@ body, .container {
{{error_log}}
{{error}}
- {{db_create}}
|