diff talosnames/templates/index.html @ 31:c6580ad2612f

better formatting of command
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 17 Jul 2012 21:36:05 -0700
parents 905daa511aa4
children 1a9ec766f2b0
line wrap: on
line diff
--- a/talosnames/templates/index.html	Tue Jul 17 14:23:06 2012 -0700
+++ b/talosnames/templates/index.html	Tue Jul 17 21:36:05 2012 -0700
@@ -51,7 +51,7 @@
 {{for suite in suites}}
 <tr>
   <td class="buildbot">{{suite}}</td>
-  <td class="command">{{repr(commands[suite])}}</tt></td>
+  <td class="command">{{list2cmdline(commands[suite])}}</tt></td>
   <td class="tbpl">{{tbpl[suite]}}</td>
   <td class="paint">{{paint.get(suite, '')}}</td>
   <td class="chrome">{{chrome.get(suite, '')}}</td>