diff --git a/core/scripts/webpanel/templates/settings.html b/core/scripts/webpanel/templates/settings.html index f56b85f..425058f 100644 --- a/core/scripts/webpanel/templates/settings.html +++ b/core/scripts/webpanel/templates/settings.html @@ -21,25 +21,26 @@
-
+ +
@@ -61,10 +62,16 @@
+
+ Please enter a valid domain (without http:// or https://). +
+
+ Please enter a valid port number. +
@@ -78,10 +85,16 @@
+
+ Please enter a valid domain (without http:// or https://). +
+
+ Please enter a valid port number. +
@@ -98,10 +111,16 @@
+
+ Please enter a valid API Token. +
+
+ Please enter a valid Admin ID. +
@@ -116,6 +135,9 @@
+
+ Please enter a valid port number. +
@@ -128,6 +150,9 @@
+
+ Please enter a valid domain (without http:// or https://). +
@@ -139,10 +164,16 @@
+
+ Please enter a valid IPv4 address. +
+
+ Please enter a valid IPv6 address. +
@@ -161,6 +192,9 @@ + + + - - - - {% endblock %} diff --git a/core/scripts/webpanel/templates/users.html b/core/scripts/webpanel/templates/users.html index 0d6b755..619af73 100644 --- a/core/scripts/webpanel/templates/users.html +++ b/core/scripts/webpanel/templates/users.html @@ -7,7 +7,7 @@
-

Users

+

Users

@@ -18,20 +18,47 @@

User List

-
+
+ + +
+ +
+
+ +
+
+ +
+
+ +
+ -
+
-
- + +
@@ -43,6 +70,9 @@ + @@ -57,6 +87,9 @@ {% for user in users %} + @@ -125,7 +163,8 @@ -
+ + Status Username Quota
+ + {% if user['status'] == "Online" %} Online @@ -79,7 +112,8 @@ {% endif %} - + - - -