Ignore:
Timestamp:
May 25, 2014, 8:29:03 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Záznam změn online stavu dostupnosti rozhraní do tabulky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigRouterOS/NetworkConfigRouterOS.php

    r617 r657  
    2727  function DoStart()
    2828  {
     29    $this->System->FormManager->RegisterClass('NetworkInterfaceUpDown', array(
     30      'Title' => 'Změny stavu rozhraní',
     31      'Table' => 'NetworkInterfaceUpDown',
     32      'Items' => array(
     33        'Time' => array('Type' => 'DateTime', 'Caption' => 'Čas', 'Default' => '', 'ReadOnly' => true),
     34        'Interface' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní', 'Default' => '', 'ReadOnly' => true),
     35        'State' => array('Type' => 'Boolean', 'Caption' => 'Stav', 'Default' => '', 'ReadOnly' => true),
     36      ),
     37    ));
    2938  }
    3039}
Note: See TracChangeset for help on using the changeset viewer.