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

Unified Diff: Tools/GardeningServer/model/ct-master-failure.html

Issue 728023004: Remove GardeningServer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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: Tools/GardeningServer/model/ct-master-failure.html
diff --git a/Tools/GardeningServer/model/ct-master-failure.html b/Tools/GardeningServer/model/ct-master-failure.html
deleted file mode 100644
index df777d2c2742a340de1b43e09d5dec8d91c65bc5..0000000000000000000000000000000000000000
--- a/Tools/GardeningServer/model/ct-master-failure.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!--
-Copyright 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
--->
-
-<script>
-function CTMasterFailure(tree, masterUrl, timeSinceLastUpdate) {
- this.tree = tree;
- this.key = masterUrl;
- this.masterUrl = masterUrl;
- this.timeSinceLastUpdate = timeSinceLastUpdate;
- this.hoursSinceLastUpdate = (timeSinceLastUpdate / (60 * 60)).toFixed(2);
-}
-</script>
« no previous file with comments | « Tools/GardeningServer/model/ct-failures.html ('k') | Tools/GardeningServer/model/ct-master-failure-group-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698