diff --git a/src/judas_server/web/templates/index.html b/src/judas_server/web/templates/index.html index 50c2034..e4629b8 100644 --- a/src/judas_server/web/templates/index.html +++ b/src/judas_server/web/templates/index.html @@ -9,7 +9,7 @@
-

judas

+

judas

{% if logged %}

Logout

{% else %} @@ -17,17 +17,19 @@ {% endif %}
-
-

Welcome to

-

judas

-

a remote PC fleet management system

+
+
+

Welcome to

+

judas

+

a remote PC fleet management system

+
+

Notice: Please use this system responsibly and in accordance with all applicable laws and organizational policies.

+ {% if logged %} +

Go to panel

+ {% else %} +

Please log in to manage your remote PCs.

+ {% endif %}
-

Notice: Please use this system responsibly and in accordance with all applicable laws and organizational policies.

- {% if logged %} -

Go to panel

- {% else %} -

Please log in to manage your remote PCs.

- {% endif %}