Changeset 730 for branches/0.4/web


Ignore:
Timestamp:
03/22/13 14:44:21 (11 years ago)
Author:
ramonb
Message:
  • some cosmetic changes to make overview look better aligned
Location:
branches/0.4/web/addons/job_monarch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/overview.php

    r726 r730  
    823823                        $mynodehosts         = array();
    824824
    825                         foreach( $jobs[$jobid]['nodes'] as $mynode )
     825                        foreach( $jobs[$jobid]['nodes'] as $shortnode )
    826826                        {
    827827                            if( $use_fqdn == 1)
    828828                            {
    829                                 $mynode    = $mynode.".".$jobs[$jobid]['domain'];
     829                                $mynode    = $shortnode.".".$jobs[$jobid]['domain'];
    830830                            }
    831831                            $myhost_href     = "./?c=".$clustername."&h=".$mynode;
    832                             $mynodehosts[]     = "<A HREF=\"".$myhost_href."\">".$mynode."</A>";
     832                            $mynodehosts[]     = "<A HREF=\"".$myhost_href."\">".$shortnode."</A>";
    833833                        }
    834834
  • branches/0.4/web/addons/job_monarch/templates/overview.tpl

    r729 r730  
    187187<!-- END BLOCK : column_header_queued -->
    188188<!-- START BLOCK : column_header_nodes -->
    189 <TH><B><A HREF="#" onClick="setSort( 'nodes' )" ALT="Nodes" TITLE="Nodes">Nodes</A></B></TH>
     189<TH WIDTH="11%"><B><A HREF="#" onClick="setSort( 'nodes' )" ALT="Nodes" TITLE="Nodes">Nodes</A></B></TH>
    190190<!-- END BLOCK : column_header_nodes -->
    191191<TH><B><A HREF="#" onClick="setSort( 'start' )">Started</A></B></TH>
Note: See TracChangeset for help on using the changeset viewer.