Changeset 162 for trunk/klask


Ignore:
Timestamp:
Jun 9, 2016, 11:23:16 PM (8 years ago)
Author:
g7moreau
Message:
  • Error on end of td balise
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r161 r162  
    665665   my $sw_port_hr  = shift;
    666666
    667    $sw_port_hr =~ s/^Bridge-Aggregation/Br/;
    668    $sw_port_hr =~ s/^Ten-GigabitEthernet/Te/;
    669    $sw_port_hr =~ s/^GigabitEthernet/Gi/;
     667   $sw_port_hr =~ s/^Bridge-Aggregation/Br/i;
     668   $sw_port_hr =~ s/^Port-Channel/Po/i;
     669   $sw_port_hr =~ s/^Forty-?GigabitEthernet/Fo/i;
     670   $sw_port_hr =~ s/^Ten-?GigabitEthernet/Te/i;
     671   $sw_port_hr =~ s/^GigabitEthernet/Gi/i;
     672   $sw_port_hr =~ s/^FastEthernet/Fa/i;
    670673
    671674   return $sw_port_hr;
     
    13381341  <tr class="$typerow">
    13391342   <td sorttable_customkey="$switch_hostname_sort">$sw</td>
    1340    <td class="bklask-port">$db_switch_output_port{$sw}</>
     1343   <td class="bklask-port">$db_switch_output_port{$sw}</td>
    13411344   <td>+--> $db_switch_parent{$sw}->{port_hr}</td>
    1342    <td sorttable_customkey="$host_short">$db_switch_parent{$sw}->{switch}</>
     1345   <td sorttable_customkey="$host_short">$db_switch_parent{$sw}->{switch}</td>
    13431346   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
    13441347   <td sorttable_customkey="$mac_sort">$mac_address</td>
     
    13521355  <tr class="$typerow">
    13531356   <td sorttable_customkey="$switch_hostname_sort">$sw</td>
    1354    <td class="bklask-port">$db_switch_output_port{$sw}</>
     1357   <td class="bklask-port">$db_switch_output_port{$sw}</td>
    13551358   <td>+--></td>
    1356    <td sorttable_customkey="router">router</>
     1359   <td sorttable_customkey="router">router</td>
    13571360   <td sorttable_customkey="999999999999"></td>
    13581361   <td sorttable_customkey="99999"></td>
     
    13921395  <tr class="$typerow">
    13931396   <td sorttable_customkey="$switch_hostname_sort">$sw_connect</td>
    1394    <td class="bklask-port">$port_connect</>
     1397   <td class="bklask-port">$port_connect</td>
    13951398   <td>&lt;--+ $db_switch_output_port{$sw}</td>
    1396    <td sorttable_customkey="$host_short">$sw</>
     1399   <td sorttable_customkey="$host_short">$sw</td>
    13971400   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
    13981401   <td sorttable_customkey="$mac_sort">$mac_address</td>
     
    14061409  <tr class="$typerow">
    14071410   <td sorttable_customkey="$switch_hostname_sort">$sw_connect</td>
    1408    <td class="bklask-port">$port_connect</>
     1411   <td class="bklask-port">$port_connect</td>
    14091412   <td>&lt;--+</td>
    1410    <td sorttable_customkey="$sw">$sw</>
     1413   <td sorttable_customkey="$sw">$sw</td>
    14111414   <td sorttable_customkey="">$ipv4_address</td>
    14121415   <td sorttable_customkey="">$mac_address</td>
Note: See TracChangeset for help on using the changeset viewer.