Browse Source

fix accessibility of notification form for slack notifier

pull/154/head^2
Philipp Dormann 4 years ago
parent
commit
dbe4ac210a
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 4
      src/components/NotificationDialog.vue

4
src/components/NotificationDialog.vue

@ -195,9 +195,9 @@
<div class="mb-3"> <div class="mb-3">
<label for="slack-webhook-url" class="form-label">Slack Webhook URL</label> <label for="slack-webhook-url" class="form-label">Slack Webhook URL</label>
<input type="text" class="form-control" id="slack-webhook-url" required v-model="notification.slackwebhookURL" autocomplete="false"> <input type="text" class="form-control" id="slack-webhook-url" required v-model="notification.slackwebhookURL" autocomplete="false">
<label for="gotify-server-url" class="form-label">Uptime Kuma URL</label> <label for="uptimekuma-server-url" class="form-label">Uptime Kuma URL</label>
<div class="input-group mb-3"> <div class="input-group mb-3">
<input type="text" class="form-control" id="slack-button" required v-model="notification.slackbutton" autocomplete="false"> <input type="text" class="form-control" id="uptimekuma-server-url" required v-model="notification.slackbutton" autocomplete="false">
</div> </div>
<p style="margin-top: 8px;"> <p style="margin-top: 8px;">
More info on: <a href="https://api.slack.com/messaging/webhooks" target="_blank">https://api.slack.com/messaging/webhooks</a> More info on: <a href="https://api.slack.com/messaging/webhooks" target="_blank">https://api.slack.com/messaging/webhooks</a>

Loading…
Cancel
Save