- Timestamp:
- May 25, 2014, 8:29:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/NetworkConfigRouterOS.php
r617 r657 27 27 function DoStart() 28 28 { 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 )); 29 38 } 30 39 }
Note:
See TracChangeset
for help on using the changeset viewer.