From 789bd112f3bf7e99dd7ddcbc71743aea7ff89cc6 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 12 May 2022 01:43:27 +0200 Subject: Add expiration date to frontend, custom container object Signed-off-by: Georg Pfuetzenreuter --- src/main/resources/templates/admin.html | 15 ++++++++++++--- src/main/resources/templates/portal.html | 6 ++++-- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/templates/admin.html b/src/main/resources/templates/admin.html index 88ef9e4..dc8d56b 100644 --- a/src/main/resources/templates/admin.html +++ b/src/main/resources/templates/admin.html @@ -42,11 +42,17 @@

Existing containers:

- + + + -
+
- + +

Logout diff --git a/src/main/resources/templates/portal.html b/src/main/resources/templates/portal.html index f5e9342..3db362c 100644 --- a/src/main/resources/templates/portal.html +++ b/src/main/resources/templates/portal.html @@ -22,6 +22,7 @@ + @@ -49,11 +50,12 @@

Existing shells:

- - +
+
+
-- cgit v1.2.3