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}
<p>
Instance Start <br>
#{show starttime}
#{show starttime} #
Uptime: #{show $ ddays starttime currtime} days.
<p>
Compile Time <br>
#{comptime}
<p>
Instance running time is #{show $ ddays starttime currtime} days.
$maybe ctime <- readMay comptime
<p>
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