Changeset 256


Ignore:
Timestamp:
Sep 8, 2017, 6:16:13 PM (7 years ago)
Author:
g7moreau
Message:
  • navy blue color for internet cable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r255 r256  
    28012801         my $style = 'solid';
    28022802         $style = 'bold' if $db_switch_output_port{$sw} =~ m/^(Trk|Br|Po)/;
    2803          printf "   \"%s:%s\" -> internet [style=$style]\n", $sw, $db_switch_output_port{$sw};
     2803         printf "   \"%s:%s\" -> internet [style=$style, color = navyblue]\n", $sw, $db_switch_output_port{$sw};
    28042804         }
    28052805      }
Note: See TracChangeset for help on using the changeset viewer.