mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #3646 from murrant/edit-port-missing
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
commit
779c4dee71
@@ -92,7 +92,7 @@ echo "
|
||||
</select>
|
||||
</div>
|
||||
<div class='col-sm-2'>
|
||||
<input type='text' name='port' placeholder='port' class='form-control input-sm'>
|
||||
<input type='text' name='port' placeholder='port' class='form-control input-sm' value='".($device['port'] == $config['snmp']['port'] ? "" : $device['port'])."'>
|
||||
</div>
|
||||
<div class='col-sm-1'>
|
||||
<select name='transport' id='transport' class='form-control input-sm'>";
|
||||
|
||||
Reference in New Issue
Block a user