mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Set community field as required
under "SNMP Community input" -- edit device -> SNMP
This commit is contained in:
@@ -128,7 +128,7 @@ echo " </select>
|
|||||||
<div class='form-group'>
|
<div class='form-group'>
|
||||||
<label for='community' class='col-sm-2 control-label'>SNMP Community</label>
|
<label for='community' class='col-sm-2 control-label'>SNMP Community</label>
|
||||||
<div class='col-sm-4'>
|
<div class='col-sm-4'>
|
||||||
<input id='community' class='form-control' name='community' value='".$device['community']."' />
|
<input id='community' class='form-control' name='community' value='".$device['community']."' required/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user