Changeset 529 for trunk/form_classes.php
- Timestamp:
- Apr 23, 2013, 7:12:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r527 r529 627 627 ), 628 628 'Actions' => array( 629 array('Caption' => 'Dostupnost zařízení', 'URL' => '/network/ dostupnost.php'),629 array('Caption' => 'Dostupnost zařízení', 'URL' => '/network/availability/'), 630 630 ), 631 631 ), … … 648 648 'LocalIP' => array('Type' => 'String', 'Caption' => 'IPv4', 'Default' => ''), 649 649 'IPv6' => array('Type' => 'String', 'Caption' => 'IPv6', 'Default' => ''), 650 'ExternalIP' => array('Type' => 'String', 'Caption' => 'Veřejná IPv4', 'Default' => ' 0'),650 'ExternalIP' => array('Type' => 'String', 'Caption' => 'Veřejná IPv4', 'Default' => ''), 651 651 'Device' => array('Type' => 'TNetworkDevice', 'Caption' => 'Zařízení', 'Default' => ''), 652 652 'Online' => array('Type' => 'Boolean', 'Caption' => 'Běží', 'Default' => '0', 'ReadOnly' => true),
Note:
See TracChangeset
for help on using the changeset viewer.