Changeset 368 for trunk/ddt


Ignore:
Timestamp:
Sep 17, 2018, 9:18:34 PM (6 years ago)
Author:
g7moreau
Message:
  • Algin alias
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r367 r368  
    491491      'modify_time'  => $timestamp,
    492492      'comment'      => $comment,
    493       'alias'        =>  '',
     493      'alias'        => '',
    494494      }};
    495495   print "Info: add the host: $hostname, IP: $ip, MAC: $mac, sector: $sector [OK]\n";
     
    718718      'modify_time'  => $timestamp,
    719719      'comment'      => $comment,
    720       'alias'        =>  '',
     720      'alias'        => '',
    721721      }};
    722722   print "Add the virtual computer: $hostname, IP: $ip, sector: $sector\n";
     
    29392939            'create_time'  => $timestamp,
    29402940            'modify_time'  => $timestamp,
    2941             'alias'        =>  '',
     2941            'alias'        => '',
    29422942            }};
    29432943         }
Note: See TracChangeset for help on using the changeset viewer.