diff --git a/src/root/build.tt b/src/root/build.tt index 6159516e..801fc960 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -284,6 +284,26 @@
Queued: | +[% INCLUDE renderDateTime timestamp = build.timestamp %] | +|
---|---|---|
Build started: | +[% INCLUDE renderDateTime timestamp = build.starttime %] | +|
Build finished: | +[% INCLUDE renderDateTime timestamp = build.stoptime %] | +|
Priority: | +[% build.priority %] | +|
Nix expression: | @@ -322,26 +342,6 @@Output store paths: | [% INCLUDE renderOutputs outputs=build.buildoutputs %] |
Queued: | -[% INCLUDE renderDateTime timestamp = build.timestamp %] | -|
Build started: | -[% INCLUDE renderDateTime timestamp = build.starttime %] | -|
Build finished: | -[% INCLUDE renderDateTime timestamp = build.stoptime %] | -|
Priority: | -[% build.priority %] | -|
Availability: |