Changeset 313 for trunk


Ignore:
Timestamp:
Oct 30, 2017, 11:34:17 PM (6 years ago)
Author:
g7moreau
Message:
  • Change exportdb html. no subtable anymore...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r312 r313  
    77use strict;
    88use warnings;
    9 use version; our $VERSION = qv('0.7.4');
     9use version; our $VERSION = qv('0.7.5');
    1010
    1111use Readonly;
     
    18441844   <td sorttable_customkey="$switch_hostname_sort">$sw</td>
    18451845   <td class="bklask-port">$parent_port_hr</td>
    1846    <td><table boder="0" class="noborder"><tr><td>$arrow</td><td>$child_port_hr</td></tr></table></td>
     1846   <td style="text-indent:-6ex;padding-left:7ex;">$arrow $child_port_hr</td>
    18471847   <td sorttable_customkey="$host_short">$db_switch_parent{$sw}->{'switch'}</td>
    18481848   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    18821882   <td sorttable_customkey="router">router</td>
    18831883   <td class="bklask-port"></td>
    1884    <td><table boder="0" class="noborder"><tr><td>$arrow</td><td>$parent_port_hr</td></tr></table></td>
     1884   <td style="text-indent:-6ex;padding-left:7ex;">$arrow $parent_port_hr</td>
    18851885   <td sorttable_customkey="$host_short">$sw</td>
    18861886   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    19511951   <td sorttable_customkey="$switch_hostname_sort">$sw_connect</td>
    19521952   <td class="bklask-port">$parent_port_hr</td>
    1953    <td><table boder="0" class="noborder"><tr><td>$arrow</td><td>$child_port_hr</td></tr></table></td>
     1953   <td style="text-indent:-6ex;padding-left:7ex;">$arrow $child_port_hr</td>
    19541954   <td sorttable_customkey="$host_short">$sw</td>
    19551955   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    28482848#---------------------------------------------------------------
    28492849sub cmd_exportsw_txt {
     2850   my %args = (
     2851      way   => 'all',
     2852      list  => 0,
     2853      @_);
     2854
    28502855   my $switch_connection = YAML::Syck::LoadFile("$KLASK_SW_FILE");
    28512856
Note: See TracChangeset for help on using the changeset viewer.