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

Unified Diff: appengine/swarming/elements/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: Address feedback and introduce new res/ layer of direction 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/elements/stats/stats-overview.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/stats/stats-overview-demo.html
diff --git a/appengine/swarming/elements/stats/stats-overview-demo.html b/appengine/swarming/elements/stats/stats-overview-demo.html
deleted file mode 100644
index ad0701b0398935f7893b4efcd1b5d6a96b3397f3..0000000000000000000000000000000000000000
--- a/appengine/swarming/elements/stats/stats-overview-demo.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
-# Copyright 2016 The LUCI Authors. All rights reserved.
-# Use of this source code is governed by the Apache v2.0 license that can be
-# found in the LICENSE file.
--->
-<!DOCTYPE html>
-<html>
-<head>
- <title>Stats Overview Demo</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
- <script src="../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
- <script src="../node_modules/sinon/pkg/sinon-1.17.2.js"></script>
- <!-- Makes a var called data-->
- <script type="text/javascript" src="overview-demo.json"></script>
- <script type="text/javascript" charset="utf-8">
- // sinon.format = function(object) {return JSON.stringify(object);}
- // sinon.log = function(message) {console.log(message);};
- var server = sinon.fakeServer.create();
- server.autoRespond = true;
- // Send the data, then slightly change the builds for the update.
- server.respondWith("GET", "/swarming/api/v1/stats/summary/minutes?duration=20",JSON.stringify(data));
- </script>
- <link rel="import" href="stats-overview.html">
-</head>
-<body>
- <div style="width: 1000px">
- <stats-overview ></stats-overview>
- </div>
-</body>
-</html>
« no previous file with comments | « appengine/swarming/elements/stats/stats-overview.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698