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