Ignore:
Timestamp:
08/06/13 15:34:08 (11 years ago)
Author:
ramonb
Message:
  • revert change in wrong branch
  • reopens #169
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  
    235235                {
    236236                    $nodes = count( $jobattrs['nodes'] );
    237 
    238                     $job_hosts = $jobattrs['nodes'][0];
    239 
    240237                }
    241238                else
    242239                {
    243240                    $nodes = $jobattrs['nodes'];
    244                     $job_hosts = '';
    245241                }
    246242
     
    283279                    case "nodes":
    284280                        $sorted[$jobid] = $nodes;
    285                         break;
    286 
    287                     case "hosts":
    288                         $sorted[$jobid] = $job_hosts;
    289281                        break;
    290282
  • branches/1.0/web/addons/job_monarch/templates/overview.tpl

    r931 r933  
    180180{/if}
    181181{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>
    183183{/if}
    184184<TH><B><A HREF="#" onClick="setSort( 'start' )">Started</A></B></TH>
Note: See TracChangeset for help on using the changeset viewer.