Changeset 933 for branches/1.0
- Timestamp:
- 08/06/13 15:34:08 (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
r931 r933 235 235 { 236 236 $nodes = count( $jobattrs['nodes'] ); 237 238 $job_hosts = $jobattrs['nodes'][0];239 240 237 } 241 238 else 242 239 { 243 240 $nodes = $jobattrs['nodes']; 244 $job_hosts = '';245 241 } 246 242 … … 283 279 case "nodes": 284 280 $sorted[$jobid] = $nodes; 285 break;286 287 case "hosts":288 $sorted[$jobid] = $job_hosts;289 281 break; 290 282 -
branches/1.0/web/addons/job_monarch/templates/overview.tpl
r931 r933 180 180 {/if} 181 181 {if "$column_header_nodes" == "yes"} 182 <TH WIDTH="11%"><B><A HREF="#" onClick="setSort( ' hosts' )" ALT="Hosts" TITLE="Hosts">Hosts</A></B></TH>182 <TH WIDTH="11%"><B><A HREF="#" onClick="setSort( 'nodes' )" ALT="Nodes" TITLE="Nodes">Nodes</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.