mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove asterisk from recurring input (#15074)
This commit is contained in:
@@ -51,7 +51,7 @@ if (\Auth::user()->hasGlobalAdmin()) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="recurring" class="col-sm-4 control-label">Recurring <strong class="text-danger">*</strong> </label>
|
||||
<label for="recurring" class="col-sm-4 control-label">Recurring </label>
|
||||
<div class="col-sm-8">
|
||||
<input type="checkbox" id="recurring" name="recurring" data-size="small" data-on-text="Yes" data-off-text="No" onChange="recurring_switch();" value=0 />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user