diff --git a/assets/css/custom.css b/assets/css/custom.css index f1a7a2c..5a7d603 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -88,4 +88,16 @@ a.advanced-settings:before { a.advanced-settings.collapsed:before { content: "Show"; +} + +.form-group.global-config label:after, .custom-control.global-config label:after { + content: "g"; + color: #0057bb; + font-size: xx-small; + top: -5px; + position: absolute; +} + +.text-blue { + color: #0057bb; } \ No newline at end of file diff --git a/assets/tpl/admin_edit_client.html b/assets/tpl/admin_edit_client.html index a33a36b..7590957 100644 --- a/assets/tpl/admin_edit_client.html +++ b/assets/tpl/admin_edit_client.html @@ -77,23 +77,23 @@
-
+
-
+
-
+
-
+
@@ -110,7 +110,7 @@
@@ -168,10 +168,16 @@
-
+
+
+
+ + +
+
diff --git a/assets/tpl/admin_edit_interface.html b/assets/tpl/admin_edit_interface.html index 4373f09..dfcce2c 100644 --- a/assets/tpl/admin_edit_interface.html +++ b/assets/tpl/admin_edit_interface.html @@ -71,7 +71,7 @@
-

Client's global configuration

+

Client's global configuration (g)

@@ -156,7 +156,7 @@ Cancel - Apply Global Settings to clients + Apply Global Settings (g) to clients
diff --git a/assets/tpl/admin_index.html b/assets/tpl/admin_index.html index 8077b7f..089e6ad 100644 --- a/assets/tpl/admin_index.html +++ b/assets/tpl/admin_index.html @@ -147,8 +147,15 @@ Identifier Public Key + {{if eq $.Device.Type "server"}} E-Mail + {{end}} + {{if eq $.Device.Type "server"}} IP's + {{end}} + {{if eq $.Device.Type "client"}} + Endpoint + {{end}} Handshake @@ -164,8 +171,15 @@ {{$p.Identifier}} {{$p.PublicKey}} + {{if eq $.Device.Type "server"}} {{$p.Email}} + {{end}} + {{if eq $.Device.Type "server"}} {{$p.IPsStr}} + {{end}} + {{if eq $.Device.Type "client"}} + {{$p.Endpoint}} + {{end}} {{$p.LastHandshake}} {{if eq $.Session.IsAdmin true}} diff --git a/assets/tpl/login.html b/assets/tpl/login.html index e3e89b4..74e2bb0 100644 --- a/assets/tpl/login.html +++ b/assets/tpl/login.html @@ -40,7 +40,7 @@ {{ if eq .error true }} -