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

Unified Diff: milo/appengine/frontend/expectations/swarming.build-build-pending.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/swarming.build-build-pending.html
diff --git a/milo/appengine/frontend/expectations/swarming.build-build-pending.html b/milo/appengine/frontend/expectations/swarming.build-build-pending.html
index 33510370e65aea2315245699784cd963c9c62f76..aa0b0ffee1a0c2c0640781de03020c386d074a63 100644
--- a/milo/appengine/frontend/expectations/swarming.build-build-pending.html
+++ b/milo/appengine/frontend/expectations/swarming.build-build-pending.html
@@ -12,8 +12,12 @@
2fb1b35e1da25710
</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/gray-32.png">
@@ -147,6 +151,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