From 10d295ff321f59113690439b5ade39c822c873a4 Mon Sep 17 00:00:00 2001
From: Tom Wiesing
Date: Sat, 17 Sep 2022 12:05:53 +0200
Subject: [PATCH] dis/instance: Render instance properties
---
internal/component/dis/html/instance.html | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/internal/component/dis/html/instance.html b/internal/component/dis/html/instance.html
index 0d7b8b9..e8c5d42 100644
--- a/internal/component/dis/html/instance.html
+++ b/internal/component/dis/html/instance.html
@@ -1,5 +1,6 @@
+
Distillery Status Page - {{ .Info.Slug }}
Distillery Status Page - {{ .Info.Slug }}
@@ -7,7 +8,26 @@
Back to index
-{{ . }}
+
+ Slug: {{ .Info.Slug }}
+ URL: {{ .Info.URL }}
+
+ Running: {{ .Info.Running }}
+
+ Created: {{ .Instance.Created }}
+ OwnerEmail: {{ .Instance.OwnerEmail }}
+
+ FilesystemBase: {{ .Instance.FilesystemBase }}
+ AutoBlindUpdateEnabled: {{ .Instance.AutoBlindUpdateEnabled }}
+
+ Pathbuilders: {{ .Info.Pathbuilders }}
+
+ SqlDatabase: {{ .Instance.SqlDatabase }}
+ SqlUsername: {{ .Instance.SqlUsername }}
+
+ GraphDBRepository: {{ .Instance.GraphDBRepository }}
+ GraphDBUsername: {{ .Instance.GraphDBUsername }}
+