chore(status): minor rewording of status page
This commit is contained in:
parent
60087d44b0
commit
902bb71a22
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user