Changeset 264


Ignore:
Timestamp:
Sep 14, 2017, 11:04:27 PM (7 years ago)
Author:
g7moreau
Message:
  • Change HTML switch arrow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r263 r264  
    15271527      $typerow = $typerow eq 'even' ? 'odd' : 'even';
    15281528
    1529       my $arrow ='⇾';
    1530          $arrow ='⇨' if $db_switch_output_port{$sw} =~ m/^(Trk|Br|Po)/;
     1529      #my $arrow ='⇾';
     1530      #   $arrow ='⇨' if $db_switch_output_port{$sw} =~ m/^(Trk|Br|Po)/;
     1531      my $arrow ='⟼';
     1532         $arrow ='⟾' if $db_switch_output_port{$sw} =~ m/^(Trk|Br|Po)/;
    15311533
    15321534      if (exists $db_switch_parent{$sw}) {
     
    16041606         $typerow = $typerow eq 'even' ? 'odd' : 'even';
    16051607
    1606          my $arrow ='⇽';
    1607             $arrow ='⇦' if $port_connect =~ m/^(Trk|Br|Po)/;
     1608         #my $arrow ='⇽';
     1609         #   $arrow ='⇦' if $port_connect =~ m/^(Trk|Br|Po)/;
     1610         my $arrow ='⟻';
     1611            $arrow ='⟽' if $port_connect =~ m/^(Trk|Br|Po)/;
    16081612
    16091613         my $vlan = $db_switch{$sw}->{'network'};
Note: See TracChangeset for help on using the changeset viewer.