From c39416707f7253f1e41032fad5a7bc4dd3c17d38 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Fri, 6 May 2022 14:17:49 +0200 Subject: Implement container deletion Signed-off-by: Georg Pfuetzenreuter --- src/main/resources/application.properties | 1 + src/main/resources/templates/portal.html | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6ba5acb..3b5a05b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,4 @@ +spring.mvc.hiddenmethod.filter.enabled=true keycloak.auth-server-url=http://192.168.5.9:8080/ keycloak.realm=local-devel keycloak.resource=portal-app diff --git a/src/main/resources/templates/portal.html b/src/main/resources/templates/portal.html index 8cd2ad6..9947bde 100644 --- a/src/main/resources/templates/portal.html +++ b/src/main/resources/templates/portal.html @@ -20,9 +20,28 @@ - + - + + +
+ + +
+ + + -- cgit v1.2.3