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 }}
+