|
@ -143,14 +143,14 @@ |
|
|
<div class="mb-3"> |
|
|
<div class="mb-3"> |
|
|
<label for="discord-webhook-url" class="form-label">Discord Webhook URL</label> |
|
|
<label for="discord-webhook-url" class="form-label">Discord Webhook URL</label> |
|
|
<input id="discord-webhook-url" v-model="notification.discordWebhookUrl" type="text" class="form-control" required autocomplete="false"> |
|
|
<input id="discord-webhook-url" v-model="notification.discordWebhookUrl" type="text" class="form-control" required autocomplete="false"> |
|
|
|
|
|
<div class="form-text"> |
|
|
|
|
|
You can get this by going to Server Settings -> Integrations -> Create Webhook |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="mb-3"> |
|
|
<div class="mb-3"> |
|
|
<label for="discord-username" class="form-label">Bot Display Name</label> |
|
|
<label for="discord-username" class="form-label">Bot Display Name</label> |
|
|
<input id="discord-username" v-model="notification.discordUsername" type="text" class="form-control" autocomplete="false" :placeholder="$root.appName"> |
|
|
<input id="discord-username" v-model="notification.discordUsername" type="text" class="form-control" autocomplete="false" :placeholder="$root.appName"> |
|
|
<div class="form-text"> |
|
|
|
|
|
You can get this by going to Server Settings -> Integrations -> Create Webhook |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|