Changeset 671 for trunk/Modules/Network/Network.php
- Timestamp:
- Jul 19, 2014, 1:21:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r661 r671 228 228 'Interface1' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní 1', 'Default' => ''), 229 229 'Interface2' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní 2', 'Default' => ''), 230 ), 231 )); 232 $this->System->FormManager->RegisterClass('NetworkSignal', array( 233 'Title' => 'Signál rozhraní', 234 'Table' => 'NetworkSignal', 235 'Items' => array( 236 'Time' => array('Type' => 'DateTime', 'Caption' => 'Čas', 'Default' => ''), 237 'MAC' => array('Type' => 'MacAddress', 'Caption' => 'Fyzická adresa (MAC)', 'Default' => ''), 238 'Interface' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní', 'Default' => '', 'Null' => true), 239 'Value' => array('Type' => 'Integer', 'Caption' => 'Signál', 'Default' => '0'), 230 240 ), 231 241 ));
Note:
See TracChangeset
for help on using the changeset viewer.