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

Unified Diff: appengine/swarming/elements/res/js/alias.js

Issue 2338823002: Fix small glitches in bot-page and task-list (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: Created 4 years, 3 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/res/imp/tasklist/task-list.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/res/js/alias.js
diff --git a/appengine/swarming/elements/res/js/alias.js b/appengine/swarming/elements/res/js/alias.js
index dbe48cb19196dbb3512b3d2c34896f127b860aab..a8e04d90cba45b24b71e3ceb7f794455843ff36c 100644
--- a/appengine/swarming/elements/res/js/alias.js
+++ b/appengine/swarming/elements/res/js/alias.js
@@ -7,6 +7,7 @@
this.swarming = this.swarming || {};
this.swarming.alias = this.swarming.alias || (function(){
var ANDROID_ALIASES = {
+ "angler": "Nexus 6p",
"bullhead": "Nexus 5X",
"flo": "Nexus 7 (2013)",
"flounder": "Nexus 9",
@@ -14,6 +15,7 @@ this.swarming.alias = this.swarming.alias || (function(){
"fugu": "Nexus Player",
"grouper": "Nexus 7 (2012)",
"hammerhead": "Nexus 5",
+ "heroqlteatt": "Galaxy S7",
"m0": "Galaxy S3",
"mako": "Nexus 4",
"manta": "Nexus 10",
« no previous file with comments | « appengine/swarming/elements/res/imp/tasklist/task-list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698