Browse Source
fix accessibility of notification form for slack notifier
pull/154/head^2
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
2 additions and
2 deletions
-
src/components/NotificationDialog.vue
|
|
@ -195,9 +195,9 @@ |
|
|
|
<div class="mb-3"> |
|
|
|
<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"> |
|
|
|
<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"> |
|
|
|
<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> |
|
|
|
<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> |
|
|
|