chore(status): minor rewording of status page

This commit is contained in:
Steffen Jost 2022-02-23 18:20:35 +01:00
parent 60087d44b0
commit 902bb71a22

View File

@ -120,15 +120,13 @@ getStatusR = do
#{ft} #{ft}
<p> <p>
Instance Start <br> Instance Start <br>
#{show starttime} #{show starttime} #
Uptime: #{show $ ddays starttime currtime} days.
<p> <p>
Compile Time <br> Compile Time <br>
#{comptime} #{comptime} #
<p> $maybe ctime <- readMay comptime
Instance running time is #{show $ ddays starttime currtime} days. Build age: #{show $ ddays ctime currtime} days.
$maybe ctime <- readMay comptime
<p>
Build is #{show $ ddays ctime currtime} days old.
|] |]
where where
-- vnr_full :: Text = $(embedStringFile "nix/docker/version.json") -- nix/ files not accessible during container construction -- vnr_full :: Text = $(embedStringFile "nix/docker/version.json") -- nix/ files not accessible during container construction