Webui: Updated force add option for addhost.php to be present in all instances (#4428)

This commit is contained in:
Neil Lathwood
2016-09-14 02:32:45 +01:00
committed by Tony Murray
parent fe9d0c18ce
commit 05b728bb80

View File

@@ -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>