Reworks plugin loading and structure

Implements #4358
This commit is contained in:
Simone Mainardi 2020-09-15 11:33:50 +02:00
parent 81f55a02a4
commit f7e1ea9709
164 changed files with 106 additions and 84 deletions

View file

@ -0,0 +1,16 @@
<div class="form-group row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("slack_alert_endpoint.sender_username") }}</b>
</label>
<div class="col-sm-5">
<input data-pattern="username" name="slack_sender_username" type="text" class="form-control" required />
</div>
</div>
<div class="form-group row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("slack_alert_endpoint.notification_webhook") }}</b>
</label>
<div class="col-sm-5">
<input data-pattern="https" name="slack_webhook" type="text" class="form-control" required />
</div>
</div>