From 992518f2c72404f6a1d1dc6ab49cdb025f4fdfd9 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 11 Feb 2022 15:36:22 +0100 Subject: [PATCH] Cleanup home page. Update frontend. --- frontend | 2 +- templates/home.tmpl | 31 ------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) diff --git a/frontend b/frontend index cebc46c..712eb91 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit cebc46c58c892349429990ca30df1758b803e9cb +Subproject commit 712eb917fe79a41d8e7a1bed5a6974c5b5ddd063 diff --git a/templates/home.tmpl b/templates/home.tmpl index 07c7bd1..e99bfea 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -1,36 +1,5 @@ {{define "content"}}
-
- {{if .Infos.username}} - {{ .Infos.username }} - {{if .Infos.admin}} - Admin - {{end}} - {{end}} -
-
-
- -
-
-
-
- {{if .Infos.admin}} - - {{else}} -
- -
- {{end}}

Clusters