Changeset 434 for trunk/form_classes.php
- Timestamp:
- Oct 12, 2012, 9:03:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r433 r434 84 84 'LastOnline' => array('Type' => 'DateTime', 'Caption' => 'Naposledy běželo', 'Default' => ''), 85 85 'PermanentOnline' => array('Type' => 'Boolean', 'Caption' => 'Běží stále', 'Default' => '0'), 86 'Interfaces' => array('Type' => 'TInterfaceList', 'Caption' => 'Rozhraní', 'Default' => ''), 86 87 ), 87 88 ), … … 439 440 'Filter' => '1', 440 441 ), 442 'TInterfaceList' => array( 443 'Type' => 'ManyToOne', 444 'Table' => 'NetworkInterface', 445 'Id' => 'Id', 446 'Ref' => 'Device', 447 'Filter' => '1', 448 ), 441 449 ); 442 450
Note:
See TracChangeset
for help on using the changeset viewer.