Don't need to have notifications enabled for Slack etc...
This commit is contained in:
@@ -115,14 +115,12 @@
|
|||||||
<input type="text" name="occurred_at" class="form-control" rel="datepicker-custom" data-date-format="YYYY-MM-DD HH:mm" placeholder="{{ trans('forms.optional') }}">
|
<input type="text" name="occurred_at" class="form-control" rel="datepicker-custom" data-date-format="YYYY-MM-DD HH:mm" placeholder="{{ trans('forms.optional') }}">
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="notify" value="0">
|
<input type="hidden" name="notify" value="0">
|
||||||
@if($enable_subscribers)
|
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="notify" value="1" checked="{{ Binput::old('notify', 'checked') }}">
|
<input type="checkbox" name="notify" value="1" checked="{{ Binput::old('notify', 'checked') }}">
|
||||||
{{ trans('forms.incidents.notify_subscribers') }}
|
{{ trans('forms.incidents.notify_subscribers') }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user