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

Side by Side Diff: appengine/swarming/elements/imp/stats/stats-overview-demo.html

Issue 2177353002: Add top level app element (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth
Patch Set: Actually delete stats Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 # Copyright 2016 The LUCI Authors. All rights reserved. 2 # Copyright 2016 The LUCI Authors. All rights reserved.
3 # Use of this source code is governed by the Apache v2.0 license that can be 3 # Use of this source code is governed by the Apache v2.0 license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 --> 5 -->
6 <!DOCTYPE html> 6 <!DOCTYPE html>
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>Stats Overview Demo</title> 9 <title>Stats Overview Demo</title>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 12 matching lines...) Expand all
23 server.respondWith("GET", "/swarming/api/v1/stats/summary/minutes?duration=2 0",JSON.stringify(data)); 23 server.respondWith("GET", "/swarming/api/v1/stats/summary/minutes?duration=2 0",JSON.stringify(data));
24 </script> 24 </script>
25 <link rel="import" href="stats-overview.html"> 25 <link rel="import" href="stats-overview.html">
26 </head> 26 </head>
27 <body> 27 <body>
28 <div style="width: 1000px"> 28 <div style="width: 1000px">
29 <stats-overview ></stats-overview> 29 <stats-overview ></stats-overview>
30 </div> 30 </div>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698