From ea81f1fa206a74738242fbe701b3d05943483b1a Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 9 Nov 2019 02:50:43 -0500 Subject: [PATCH] table for tabular data --- views/about.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/views/about.html b/views/about.html index 3ed58a0..3e6e6d2 100644 --- a/views/about.html +++ b/views/about.html @@ -2,10 +2,14 @@
{{ .AboutMsg }} -

version: {{ .HonkVersion }} -
memory: {{ printf "%.02f" .Sensors.Memory }}MB -
uptime: {{ printf "%.02f" .Sensors.Uptime }}s -
cputime: {{ printf "%.02f" .Sensors.CPU }}s -
+

+ + +
version:{{ .HonkVersion }} +
memory:{{ printf "%.02f" .Sensors.Memory }}MB +
uptime:{{ printf "%.02f" .Sensors.Uptime }}s +
cputime:{{ printf "%.02f" .Sensors.CPU }}s +
+