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

Unified Diff: appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html

Issue 2391583002: Several small changes to new UI pages (Closed) Base URL: git@github.com:luci/luci-py@uptime
Patch Set: rebase Created 4 years, 2 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: appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html
diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html b/appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html
index 761b373452fd80c2ce8379a12dc94ac8e21b211a..c19ce373b9c14fc67fdf46c8ab17ec1a61e46b48 100644
--- a/appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html
+++ b/appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html
@@ -25,7 +25,7 @@
value: function() {
// TODO(kjlubick): Add more of these things from state, as they
// needed/useful/requested.
- return ["disk_space", "uptime", "running_time", "task", "status", "version", "external_ip", "last_seen", "first_seen", "battery_level", "battery_voltage", "battery_temperature", "battery_status", "battery_health", "bot_temperature", "device_temperature"];
+ return ["disk_space", "uptime", "running_time", "task", "status", "version", "external_ip", "cloud_console_link", "last_seen", "first_seen", "battery_level", "battery_voltage", "battery_temperature", "battery_status", "battery_health", "bot_temperature", "device_temperature"];
}
},
},
« no previous file with comments | « appengine/swarming/elements/res/imp/botlist/bot-list.html ('k') | appengine/swarming/elements/res/imp/botpage/bot-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698