# HG changeset patch # User Jeff Hammel # Date 1345150149 25200 # Node ID a8806eae60d542d304be8d7a994a39ba9ef86ad4 # Parent f6b5eb20b1de37ff0b0e6df23f87c31d42bf7079 add perfconfigurator command diff -r f6b5eb20b1de -r a8806eae60d5 talosnames/templates/tbpl.html --- a/talosnames/templates/tbpl.html Tue Aug 14 23:33:25 2012 -0700 +++ b/talosnames/templates/tbpl.html Thu Aug 16 13:49:09 2012 -0700 @@ -86,6 +86,11 @@ html += '(disabled)'; } + +html += '
PerfConfigurator' +html += ' ' + data.commands[bbsuite[suite]].join(' '); +html += '
' + html += '' } html += ''; @@ -107,6 +112,10 @@ font-family: sans-serif; } +tt { +font-family: monospace; +} + #header { font-weight: bold; width: 20em;