mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Webui: Updated force add option for addhost.php to be present in all instances (#4428)
This commit is contained in:
committed by
Tony Murray
parent
fe9d0c18ce
commit
05b728bb80
@@ -226,19 +226,18 @@ if ($config['distributed_poller'] === true) {
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
}//endif
|
||||
?>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-offset-3 col-sm-9">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" name="force_add" id="force_add"> Force add
|
||||
<input type="checkbox" name="force_add" id="force_add"> Force add - No ICMP or SNMP checks performed
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
}//end if
|
||||
|
||||
?>
|
||||
<hr>
|
||||
<center><button type="submit" class="btn btn-default" name="Submit">Add Device</button></center>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user