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

Unified Diff: Tools/GardeningServer/ui/ct-results-by-builder.html

Issue 459983002: Kill ui.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT Created 6 years, 4 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: Tools/GardeningServer/ui/ct-results-by-builder.html
diff --git a/Tools/GardeningServer/ui/ct-results-by-builder.html b/Tools/GardeningServer/ui/ct-results-by-builder.html
index fcf484e02f94a094e7e66a17553a7af1a7983558..e7e722f15c8ef46cabfd2e3a194fd2ed2801028c 100644
--- a/Tools/GardeningServer/ui/ct-results-by-builder.html
+++ b/Tools/GardeningServer/ui/ct-results-by-builder.html
@@ -18,7 +18,7 @@ found in the LICENSE file.
</style>
<paper-tabs selected="{{ selected }}">
<template repeat="{{ builder in builders }}">
- <paper-tab>{{ builder | displayName }}</paper-tab>
+ <paper-tab>{{ builder }}</paper-tab>
</template>
</paper-tabs>
<ct-results-detail failure="{{ failure }}" builder="{{ builders[selected] }}"></ct-results-detail>
@@ -33,10 +33,6 @@ found in the LICENSE file.
this.builders = Object.getOwnPropertyNames(this.failure.resultNodesByBuilder).sort();
this.selected = 0;
},
-
- displayName: function(builder) {
- return ui.displayNameForBuilder(builder);
- },
});
</script>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698