Changeset 934 for branches/1.1/web
- Timestamp:
- 08/06/13 15:44:46 (10 years ago)
- Location:
- branches/1.1/web/addons/job_monarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/web/addons/job_monarch/overview.php
r932 r934 225 225 { 226 226 $nodes = count( $jobattrs['nodes'] ); 227 228 $job_hosts = $jobattrs['nodes'][0]; 227 229 } 228 230 else 229 231 { 230 232 $nodes = $jobattrs['nodes']; 233 234 $job_hosts = ''; 231 235 } 232 236 … … 269 273 case "nodes": 270 274 $sorted[$jobid] = $nodes; 275 break; 276 277 case "hosts": 278 $sorted[$jobid] = $job_hosts; 271 279 break; 272 280 -
branches/1.1/web/addons/job_monarch/templates/overview.tpl
r876 r934 180 180 {/if} 181 181 {if "$column_header_nodes" == "yes"} 182 <TH WIDTH="11%"><B><A HREF="#" onClick="setSort( ' nodes' )" ALT="Nodes" TITLE="Nodes">Nodes</A></B></TH>182 <TH WIDTH="11%"><B><A HREF="#" onClick="setSort( 'hosts' )" ALT="Hosts" TITLE="Hosts">Hosts</A></B></TH> 183 183 {/if} 184 184 <TH><B><A HREF="#" onClick="setSort( 'start' )">Started</A></B></TH>
Note: See TracChangeset
for help on using the changeset viewer.