Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html

Issue 2835193006: Milo: Add timestamp name and tooltip (Closed)
Patch Set: Review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html
diff --git a/milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html b/milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html
index d33296c64f94c8ff87f40ddbb72f525b38156662..7ee8d3364909a9dcda1e693cca77f55e7d578c56 100644
--- a/milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html
+++ b/milo/appengine/frontend/expectations/buildbot.build-Debug_page-_newline_1234.html
@@ -12,8 +12,12 @@
#0
</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">
@@ -113,7 +117,11 @@
<li class="verbosity-Normal">
<div class="status-Failure result">
<b>steps</b>
- <span style="float:right">( 19 mins 36 secs )</span>
+ <span style="float:right"
+ class="duration"
+ data-starttime="2016-06-27T23:30:30Z"
+ data-endtime="2016-06-27T23:50:06Z">
+ ( 19 mins 36 secs )</span>
<span>
<div class="step-text">line 1</div><div class="step-text">&nbsp;</div><div class="step-text">line 3</div>
</span>
@@ -201,6 +209,11 @@ $(document).ready(function() {
(function () {
'use strict';
milo.makeTimesLocal();
+ milo.annotateDurations();
+ $(document).tooltip({
+ show: false,
+ hide: false
+ });
})();
</script>
<script>

Powered by Google App Engine
This is Rietveld 408576698