Changeset 895 for trunk/Modules/Network
- Timestamp:
- Jan 12, 2021, 10:29:50 PM (4 years ago)
- Location:
- trunk/Modules/Network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r894 r895 184 184 'API' => array('Type' => 'TDeviceAPIType', 'Caption' => 'API', 'Default' => '', 'Null' => true), 185 185 'Logs' => array('Type' => 'TDeviceLogList', 'Caption' => 'Záznamy', 'Default' => ''), 186 'InboundNATPriority' => array('Type' => 'Integer', 'Caption' => 'Priorita příchozího NATu', 'Default' => '1'), 186 187 ), 187 188 'AfterInsert' => array($this, 'AfterInsertNetworkDevice'), -
trunk/Modules/Network/NetworkModels.php
r894 r895 32 32 $Desc->AddString('LoginPassword'); 33 33 $Desc->AddReference('API', DeviceAPIType::GetClassName()); 34 $Desc->AddInteger('InboundNATPriority'); 34 35 return $Desc; 35 36 }
Note:
See TracChangeset
for help on using the changeset viewer.