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

Unified Diff: appengine/swarming/ui/res/imp/taskpage/task-page-data.html

Issue 2503083002: Fix task-page docs and clarify output returning nothing (Closed)
Patch Set: Created 4 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
« no previous file with comments | « appengine/swarming/ui/res/imp/taskpage/task-page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/taskpage/task-page-data.html
diff --git a/appengine/swarming/ui/res/imp/taskpage/task-page-data.html b/appengine/swarming/ui/res/imp/taskpage/task-page-data.html
index 9becaf1117b2e506da422b777b44070f66749f10..e3bac800ee62720b22bcdca4366cd2151df0ad09 100644
--- a/appengine/swarming/ui/res/imp/taskpage/task-page-data.html
+++ b/appengine/swarming/ui/res/imp/taskpage/task-page-data.html
@@ -201,7 +201,7 @@
_parseStdout: function(stdout) {
if (!stdout || !stdout.output) {
- return "[No output yet]";
+ return "";
}
return stdout.output;
},
« no previous file with comments | « appengine/swarming/ui/res/imp/taskpage/task-page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698