Changeset 931 for branches/1.0
- Timestamp:
- 08/06/13 14:45:34 (10 years ago)
- Location:
- branches/1.0/web/addons/job_monarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/web/addons/job_monarch/overview.php
r875 r931 235 235 { 236 236 $nodes = count( $jobattrs['nodes'] ); 237 238 $job_hosts = $jobattrs['nodes'][0]; 239 237 240 } 238 241 else 239 242 { 240 243 $nodes = $jobattrs['nodes']; 244 $job_hosts = ''; 241 245 } 242 246 … … 279 283 case "nodes": 280 284 $sorted[$jobid] = $nodes; 285 break; 286 287 case "hosts": 288 $sorted[$jobid] = $job_hosts; 281 289 break; 282 290 -
branches/1.0/web/addons/job_monarch/templates/overview.tpl
r876 r931 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.