Mercurial > mozilla > hg > talosnames
comparison talosnames/templates/index.html @ 44:10e59c3ae847
filter by active/disabled
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 12 Aug 2012 23:45:36 -0700 |
parents | 4e8c839dcdec |
children | c1cbb79a6aaf |
comparison
equal
deleted
inserted
replaced
43:4e8c839dcdec | 44:10e59c3ae847 |
---|---|
46 .fold { | 46 .fold { |
47 color: blue; | 47 color: blue; |
48 } | 48 } |
49 | 49 |
50 .disabled { | 50 .disabled { |
51 background-color: #888; | 51 background-color: #AAA; |
52 } | 52 } |
53 | 53 |
54 </style> | 54 </style> |
55 <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> | 55 <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> |
56 | 56 |
107 </head> | 107 </head> |
108 <body> | 108 <body> |
109 <table id="data"> | 109 <table id="data"> |
110 | 110 |
111 <tr> | 111 <tr> |
112 g <th class="buildbot">Buildbot Suite</th> | 112 <th class="buildbot">Buildbot Suite</th> |
113 <th class="command">Buildbot PerfConfigurator Command</th> | 113 <th class="command">Buildbot PerfConfigurator Command</th> |
114 <th class="tbpl">TBPL Name</th> | 114 <th class="tbpl">TBPL Name</th> |
115 <th class="paint">Paint</th> | 115 <th class="paint">Paint</th> |
116 <th class="chrome">Chrome</th> | 116 <th class="chrome">Chrome</th> |
117 <th class="tests">Talos Tests</th> | 117 <th class="tests">Talos Tests</th> |