Changeset 265


Ignore:
Timestamp:
Sep 14, 2017, 11:20:02 PM (7 years ago)
Author:
g7moreau
Message:
  • Try other arrow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r264 r265  
    14811481      $typerow = $typerow eq 'even' ? 'odd' : 'even';
    14821482
    1483       my $arrow ='←';
    1484          $arrow ='⇐' if $computerdb->{$ip}{'switch_port_hr'} =~ m/^(Trk|Br|Po)/;
     1483      #my $arrow ='←';
     1484      #   $arrow ='⇐' if $computerdb->{$ip}{'switch_port_hr'} =~ m/^(Trk|Br|Po)/;
     1485      my $arrow ='↼';
     1486         $arrow ='⥪' if $computerdb->{$ip}{'switch_port_hr'} =~ m/^(Trk|Br|Po)/;
    14851487
    14861488      my $switch_hostname = $computerdb->{$ip}{'switch_hostname'} || $computerdb->{$ip}{'switch_description'} || 'unkown';
Note: See TracChangeset for help on using the changeset viewer.