diff options
Diffstat (limited to 'doc/invocations-http-server/templates/invocations.html')
-rw-r--r-- | doc/invocations-http-server/templates/invocations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/invocations-http-server/templates/invocations.html b/doc/invocations-http-server/templates/invocations.html index b5ef5433..d22b349a 100644 --- a/doc/invocations-http-server/templates/invocations.html +++ b/doc/invocations-http-server/templates/invocations.html @@ -72,8 +72,8 @@ Filter by: {% if invocation.target %} <span id="invocation-target"><tt>{{ invocation.target | e}}</tt></span> {% endif %} - {% if invocation.wall_clock_time %} - <tt>{{ invocation.wall_clock_time | e}}</tt> + {% if invocation.build_wall_clock_time %} + <tt>{{ invocation.build_wall_clock_time | e}}</tt> {% endif %} {% if invocation.exit_code != 0 %} <span id="invocation-failure"><b> |