diff --git a/internal/gaby/tmpl/actionlog.tmpl b/internal/gaby/tmpl/actionlog.tmpl index 28bbe93..ea46f1c 100644 --- a/internal/gaby/tmpl/actionlog.tmpl +++ b/internal/gaby/tmpl/actionlog.tmpl @@ -121,7 +121,7 @@ license that can be found in the LICENSE file. {{if .StartTime}} -
+

Action Log from {{.StartTime}} to {{.EndTime}}

{{with .Entries}} diff --git a/internal/gaby/tmpl/common.tmpl b/internal/gaby/tmpl/common.tmpl index cfc9c96..6737a9a 100644 --- a/internal/gaby/tmpl/common.tmpl +++ b/internal/gaby/tmpl/common.tmpl @@ -119,6 +119,7 @@ Templates in this file are defined on type [CommonPage]. const form = document.getElementById("form"); form.addEventListener("submit", (event) => { document.getElementById("working").innerHTML = "

Working...

" + document.getElementById("result").innerHTML = "" }) {{end}} diff --git a/internal/gaby/tmpl/dbviewpage.tmpl b/internal/gaby/tmpl/dbviewpage.tmpl index 42e133f..d5af5f7 100644 --- a/internal/gaby/tmpl/dbviewpage.tmpl +++ b/internal/gaby/tmpl/dbviewpage.tmpl @@ -11,7 +11,7 @@ license that can be found in the LICENSE file. {{template "header" .}} -
+
{{- with .Error -}}

Error: {{.Error}}

{{- else with .Result -}} diff --git a/internal/gaby/tmpl/overviewpage.tmpl b/internal/gaby/tmpl/overviewpage.tmpl index a66a92e..d1c8ca0 100644 --- a/internal/gaby/tmpl/overviewpage.tmpl +++ b/internal/gaby/tmpl/overviewpage.tmpl @@ -46,7 +46,7 @@ function togglePrompt() { {{end}} {{define "overview-result"}} -
+
{{- with .Error -}}

Error: {{.Error}}

{{- else with .Result -}} diff --git a/internal/gaby/tmpl/rulespage.tmpl b/internal/gaby/tmpl/rulespage.tmpl index 02ea9e8..49a7b10 100644 --- a/internal/gaby/tmpl/rulespage.tmpl +++ b/internal/gaby/tmpl/rulespage.tmpl @@ -9,8 +9,8 @@ license that can be found in the LICENSE file. {{template "header" .}} -
- {{- with .Error -}}ß +
+ {{- with .Error -}}

Error: {{.}}

{{- else with .Result -}}