Changeset 730
- Timestamp:
- 03/22/13 14:44:21 (10 years ago)
- 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 823 823 $mynodehosts = array(); 824 824 825 foreach( $jobs[$jobid]['nodes'] as $ mynode )825 foreach( $jobs[$jobid]['nodes'] as $shortnode ) 826 826 { 827 827 if( $use_fqdn == 1) 828 828 { 829 $mynode = $ mynode.".".$jobs[$jobid]['domain'];829 $mynode = $shortnode.".".$jobs[$jobid]['domain']; 830 830 } 831 831 $myhost_href = "./?c=".$clustername."&h=".$mynode; 832 $mynodehosts[] = "<A HREF=\"".$myhost_href."\">".$ mynode."</A>";832 $mynodehosts[] = "<A HREF=\"".$myhost_href."\">".$shortnode."</A>"; 833 833 } 834 834 -
branches/0.4/web/addons/job_monarch/templates/overview.tpl
r729 r730 187 187 <!-- END BLOCK : column_header_queued --> 188 188 <!-- 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> 190 190 <!-- END BLOCK : column_header_nodes --> 191 191 <TH><B><A HREF="#" onClick="setSort( 'start' )">Started</A></B></TH>
Note: See TracChangeset
for help on using the changeset viewer.