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

Unified Diff: milo/appengine/frontend/expectations/frontpage-Basic_frontpage.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/frontpage-Basic_frontpage.html
diff --git a/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html b/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html
index 70c0b1bc6d5d98718507f24be40cc32490ae45fc..1c962849b48efd3f6d5782a17d4e6dbe212c4db0 100644
--- a/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html
+++ b/milo/appengine/frontend/expectations/frontpage-Basic_frontpage.html
@@ -5,8 +5,12 @@
<meta charset="utf-8">
<title>Milo</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>
<body class="interface">
@@ -51,6 +55,11 @@ Encountered error while loading front page: couldn&#39;t find ice cream
(function () {
'use strict';
milo.makeTimesLocal();
+ milo.annotateDurations();
+ $(document).tooltip({
+ show: false,
+ hide: false
+ });
})();
</script>
<script>

Powered by Google App Engine
This is Rietveld 408576698