| Index: appengine/swarming/templates/stats.html
|
| diff --git a/appengine/swarming/templates/stats.html b/appengine/swarming/templates/stats.html
|
| deleted file mode 100644
|
| index edbee316fc59ab48e1ea5d1fe7aa522907acb68b..0000000000000000000000000000000000000000
|
| --- a/appengine/swarming/templates/stats.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <title>Swarming Status</title>
|
| - <script src="/third_party/webcomponentsjs/webcomponents.min.js"></script>
|
| - <script>
|
| - (function() {
|
| - var DIMENSIONS = {{dimensions|safe}};
|
| - for (var i = 0; i < DIMENSIONS.length; ++i) {
|
| - DIMENSIONS[i] = JSON.parse(DIMENSIONS[i]);
|
| - }
|
| - window.onload = function() {
|
| - var app = document.createElement('stats-app');
|
| - app.dimensions = DIMENSIONS;
|
| - document.getElementById('container').appendChild(app);
|
| - };
|
| - } ());
|
| - </script>
|
| - </head>
|
| - <body>
|
| - <div id="container"></div>
|
| - </body>
|
| -</html>
|
|
|