From 1e1d1a3cadcbcc055a8618ccfc83039d9ec04a99 Mon Sep 17 00:00:00 2001
From: Tom Wiesing
Date: Wed, 12 Oct 2022 16:27:07 +0200
Subject: [PATCH] Allow instance rebuild via interface
---
internal/component/info/html/instance.html | 19 ++++++++++-----
internal/component/info/socket.go | 27 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 6 deletions(-)
diff --git a/internal/component/info/html/instance.html b/internal/component/info/html/instance.html
index 1ef9c9e..111e500 100644
--- a/internal/component/info/html/instance.html
+++ b/internal/component/info/html/instance.html
@@ -4,10 +4,11 @@
Distillery Status Page - {{ .Info.Slug }}
Distillery Status Page - {{ .Info.Slug }}
+ Reload
Back to index
-
+
Slug: {{ .Info.Slug }}
URL: {{ .Info.URL }}
@@ -25,6 +26,11 @@
Created: {{ .Instance.Created.Format "2006-01-02T15:04:05Z07:00" }}
Last Rebuild: {{ .Info.LastRebuild.Format "2006-01-02T15:04:05Z07:00" }}
+
+
+
+
+
FilesystemBase: {{ .Instance.FilesystemBase }}
AutoBlindUpdateEnabled: {{ .Instance.AutoBlindUpdateEnabled }}
@@ -64,12 +70,13 @@
-
+
+
+
+
+
+
-
-
-
-