Changeset 252 for trunk/klask


Ignore:
Timestamp:
Sep 8, 2017, 4:57:23 PM (7 years ago)
Author:
g7moreau
Message:
  • Try call routine in big string...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r251 r252  
    15021502  <tr class="$typerow">
    15031503   <td sorttable_customkey="$switch_hostname_sort">$switch_hostname</td>
    1504    <td class="bklask-port">format_aggregator4html($computerdb->{$ip}{switch_port_hr})</td>
     1504   <td class="bklask-port">&format_aggregator4html($computerdb->{$ip}{switch_port_hr})</td>
    15051505   <td colspan="2">$arrow</td>
    15061506   <td sorttable_customkey="$host_short">$computerdb->{$ip}{hostname_fq}</td>
     
    15481548  <tr class="$typerow">
    15491549   <td sorttable_customkey="$switch_hostname_sort">$sw</td>
    1550    <td class="bklask-port">format_aggregator4html($db_switch_output_port{$sw})</td>
    1551    <td>$arrow</td><td>format_aggregator4html($db_switch_parent{$sw}->{port_hr})</td>
     1550   <td class="bklask-port">&format_aggregator4html($db_switch_output_port{$sw})</td>
     1551   <td>$arrow</td><td>&format_aggregator4html($db_switch_parent{$sw}->{port_hr})</td>
    15521552   <td sorttable_customkey="$host_short">$db_switch_parent{$sw}->{'switch'}</td>
    15531553   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    15621562  <tr class="$typerow">
    15631563   <td sorttable_customkey="$switch_hostname_sort">$sw</td>
    1564    <td class="bklask-port">format_aggregator4html($db_switch_output_port{$sw})</td>
     1564   <td class="bklask-port">&format_aggregator4html($db_switch_output_port{$sw})</td>
    15651565   <td>$arrow</td><td></td>
    15661566   <td sorttable_customkey="router">router</td>
     
    16051605  <tr class="$typerow">
    16061606   <td sorttable_customkey="$switch_hostname_sort">$sw_connect</td>
    1607    <td class="bklask-port">format_aggregator4html($port_connect)</td>
    1608    <td>$arrow</td><td>format_aggregator4html($db_switch_output_port{$sw})</td>
     1607   <td class="bklask-port">&format_aggregator4html($port_connect)</td>
     1608   <td>$arrow</td><td>&format_aggregator4html($db_switch_output_port{$sw})</td>
    16091609   <td sorttable_customkey="$host_short">$sw</td>
    16101610   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    16191619  <tr class="$typerow">
    16201620   <td sorttable_customkey="$switch_hostname_sort">$sw_connect</td>
    1621    <td class="bklask-port">format_aggregator4html($port_connect)</td>
     1621   <td class="bklask-port">&format_aggregator4html($port_connect)</td>
    16221622   <td>$arrow</td><td></td>
    16231623   <td sorttable_customkey="$sw">$sw</td>
Note: See TracChangeset for help on using the changeset viewer.