| Index: milo/appengine/frontend/expectations/swarming.build-build-link.html
|
| diff --git a/milo/appengine/frontend/expectations/swarming.build-build-link.html b/milo/appengine/frontend/expectations/swarming.build-build-link.html
|
| index 1154309ac9218daeb0abbc85e03e5d6d2807df7d..98425707bba1eedd92039279e56e31d9bf21684b 100644
|
| --- a/milo/appengine/frontend/expectations/swarming.build-build-link.html
|
| +++ b/milo/appengine/frontend/expectations/swarming.build-build-link.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/yellow-32.png">
|
|
|
| @@ -82,7 +86,11 @@
|
| <li class="verbosity-Hidden">
|
| <div class="status-Running result">
|
| <b>Steps</b>
|
| - <span style="float:right">( 59 mins 58 secs )</span>
|
| + <span style="float:right"
|
| + class="duration"
|
| + data-starttime="2016-03-14T10:00:01Z"
|
| + data-endtime="0001-01-01T00:00:00Z">
|
| + ( 59 mins 58 secs )</span>
|
| </div>
|
| <ul>
|
|
|
| @@ -97,7 +105,11 @@
|
| <li class="verbosity-Normal">
|
| <div class="status-Running result">
|
| <b>recipe bootstrap</b>
|
| - <span style="float:right">( 59 mins 58 secs )</span>
|
| + <span style="float:right"
|
| + class="duration"
|
| + data-starttime="2016-03-14T10:00:02Z"
|
| + data-endtime="0001-01-01T00:00:00Z">
|
| + ( 59 mins 58 secs )</span>
|
| <span>
|
|
|
| </span>
|
| @@ -192,6 +204,11 @@ $(document).ready(function() {
|
| (function () {
|
| 'use strict';
|
| milo.makeTimesLocal();
|
| + milo.annotateDurations();
|
| + $(document).tooltip({
|
| + show: false,
|
| + hide: false
|
| + });
|
| })();
|
| </script>
|
| <script>
|
|
|