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

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

Issue 2359243004: Minor improvements of task list (Closed) Base URL: git@github.com:luci/luci-py@task-list
Patch Set: fix-merge 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
Index: appengine/swarming/elements/res/imp/botlist/bot-list.html
diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list.html b/appengine/swarming/elements/res/imp/botlist/bot-list.html
index 1813d0c88861608fbfe6a397959deb932ae3eb8e..b11a3bb9742771386e83a882ce98c3d67f3c9b9f 100644
--- a/appengine/swarming/elements/res/imp/botlist/bot-list.html
+++ b/appengine/swarming/elements/res/imp/botlist/bot-list.html
@@ -223,24 +223,26 @@
// "id" and "task" are special, so they don't go here. They have their
// headers hard-coded above.
"android_devices": "Android Devices",
+ "battery_health": "Battery Health",
+ "battery_level": "Battery Level (%)",
+ "battery_status": "Battery Status",
+ "battery_temperature": "Battery Temp (°C)",
+ "battery_voltage": "Battery Voltage (mV)",
+ "bot_temperature": "Bot Temp (°C)",
"cores": "Cores",
"cpu": "CPU",
"device": "Non-android Device",
"device_os": "Device OS",
+ "device_temperature": "Device Temp (°C)",
"device_type": "Device Type",
"disk_space": "Free Space (MB)",
+ "first_seen": "First Seen",
"gpu": "GPU",
+ "last_seen": "Last Seen",
"os": "OS",
"pool": "Pool",
"status": "Status",
"xcode_version": "XCode Version",
- "battery_health": "Battery Health",
- "battery_level": "Battery Level (%)",
- "battery_status": "Battery Status",
- "battery_temperature": "Battery Temp (°C)",
- "battery_voltage": "Battery Voltage (mV)",
- "bot_temperature": "Bot Temp (°C)",
- "device_temperature": "Device Temp (°C)",
};
var columnMap = {

Powered by Google App Engine
This is Rietveld 408576698