| Index: milo/appengine/frontend/expectations/swarming.build-build-exception.html
|
| diff --git a/milo/appengine/frontend/expectations/swarming.build-build-exception.html b/milo/appengine/frontend/expectations/swarming.build-build-exception.html
|
| index 5e7b77c32d7b5d3834a9883b0de6be6f326aa2c7..de903e67036b08b8dfd55a7c5f08289c830265b9 100644
|
| --- a/milo/appengine/frontend/expectations/swarming.build-build-exception.html
|
| +++ b/milo/appengine/frontend/expectations/swarming.build-build-exception.html
|
| @@ -12,8 +12,12 @@
|
| 2d8d62f6be545b10
|
| </title>
|
| <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
|
| +<link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" type="text/css">
|
| +<script src="/static/common/third_party/js/moment-with-locales.min.js"></script>
|
| +<script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.min.js"></script>
|
| <script src="/static/common/js/time.js"></script>
|
| <script src="/static/common/third_party/js/jquery.min.js"></script>
|
| +<script src="/static/common/third_party/js/jquery-ui.min.js"></script>
|
|
|
| <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/favicon/red-32.png">
|
|
|
| @@ -82,7 +86,11 @@
|
| <li class="verbosity-Interesting">
|
| <div class="status-Failure result">
|
| <b>Steps</b>
|
| - <span style="float:right">( 1 hrs )</span>
|
| + <span style="float:right"
|
| + class="duration"
|
| + data-starttime="2016-03-14T10:00:01Z"
|
| + data-endtime="2016-03-14T11:00:18Z">
|
| + ( 1 hrs )</span>
|
| </div>
|
| <ul>
|
|
|
| @@ -97,7 +105,11 @@
|
| <li class="verbosity-Hidden">
|
| <div class="status-Success result">
|
| <b>recipe bootstrap</b>
|
| - <span style="float:right">( 7 secs )</span>
|
| + <span style="float:right"
|
| + class="duration"
|
| + data-starttime="2016-03-14T10:00:02Z"
|
| + data-endtime="2016-03-14T10:00:09Z">
|
| + ( 7 secs )</span>
|
| <span>
|
|
|
| </span>
|
| @@ -113,7 +125,11 @@
|
| <li class="verbosity-Hidden">
|
| <div class="status-Success result">
|
| <b>setup_build</b>
|
| - <span style="float:right">( 1 secs )</span>
|
| + <span style="float:right"
|
| + class="duration"
|
| + data-starttime="2016-03-14T10:00:03Z"
|
| + data-endtime="2016-03-14T10:00:04Z">
|
| + ( 1 secs )</span>
|
| <span>
|
| <div class="step-text">running recipe: "v8"</div>
|
| </span>
|
| @@ -131,7 +147,11 @@
|
| <li class="verbosity-Interesting">
|
| <div class="status-InfraFailure result">
|
| <b>bot_update</b>
|
| - <span style="float:right">( 1 secs )</span>
|
| + <span style="float:right"
|
| + class="duration"
|
| + data-starttime="2016-03-14T10:00:05Z"
|
| + data-endtime="2016-03-14T10:00:06Z">
|
| + ( 1 secs )</span>
|
| <span>
|
|
|
| </span>
|
| @@ -153,7 +173,11 @@
|
| <li class="verbosity-Interesting">
|
| <div class="status-InfraFailure result">
|
| <b>Uncaught Exception</b>
|
| - <span style="float:right">( 1 secs )</span>
|
| + <span style="float:right"
|
| + class="duration"
|
| + data-starttime="2016-03-14T10:00:07Z"
|
| + data-endtime="2016-03-14T10:00:08Z">
|
| + ( 1 secs )</span>
|
| <span>
|
|
|
| </span>
|
| @@ -294,6 +318,11 @@ $(document).ready(function() {
|
| (function () {
|
| 'use strict';
|
| milo.makeTimesLocal();
|
| + milo.annotateDurations();
|
| + $(document).tooltip({
|
| + show: false,
|
| + hide: false
|
| + });
|
| })();
|
| </script>
|
| <script>
|
|
|