From 902bb71a22dac766335b10ca879b06e6744dba2c Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Wed, 23 Feb 2022 18:20:35 +0100 Subject: [PATCH] chore(status): minor rewording of status page --- src/Handler/Health.hs | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/Handler/Health.hs b/src/Handler/Health.hs index 531547ba6..02257e1e9 100644 --- a/src/Handler/Health.hs +++ b/src/Handler/Health.hs @@ -120,15 +120,13 @@ getStatusR = do #{ft}

Instance Start
- #{show starttime} + #{show starttime} # + Uptime: #{show $ ddays starttime currtime} days.

Compile Time
- #{comptime} -

- Instance running time is #{show $ ddays starttime currtime} days. - $maybe ctime <- readMay comptime -

- Build is #{show $ ddays ctime currtime} days old. + #{comptime} # + $maybe ctime <- readMay comptime + Build age: #{show $ ddays ctime currtime} days. |] where -- vnr_full :: Text = $(embedStringFile "nix/docker/version.json") -- nix/ files not accessible during container construction