diff --git a/src/app/templates/tenant_selection.html b/src/app/templates/tenant_selection.html index 14ee745..23f5371 100644 --- a/src/app/templates/tenant_selection.html +++ b/src/app/templates/tenant_selection.html @@ -6,10 +6,62 @@ Select or Create Tenant - KCAP Demo Server + -
-

KCAP Demo Server - Multi-Tenant

+ +
+ + + + +
+ +
+

KCAP Demo Server

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} @@ -21,67 +73,102 @@ {% endfor %} {% endif %} {% endwith %} - -
-
-
-
-

Select an Existing Tenant

+ + +
+
+
+
+ + +
- + + +
+ {% if tenants %} + {% for tenant in tenants %} + - -
-
-

Create a New Tenant

-
-
-
-
- - - Only letters, numbers, hyphens, and underscores allowed -
- -
+ {% endfor %} + {% else %} +
+
+ +

No tenants exist yet. Create your first tenant!

- -
-

- Note: When you access a tenant URL directly (e.g., /my-tenant/), - it will be automatically created with default credentials (admin/admin). -

- Server Settings + {% endif %} +
+ + + +
+ + +