mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
fix accessibility of notification form for slack notifier
This commit is contained in:
parent
6394c9b137
commit
dbe4ac210a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user