mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-05 04:42:34 +02:00
Update src/components/notifications/Slack.vue
This commit is contained in:
parent
527d40be2d
commit
c5084beb9f
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@
|
|||
<label for="slack-username" class="form-label">{{ $t("Username") }}</label>
|
||||
<input id="slack-username" v-model="$parent.notification.slackusername" type="text" class="form-control">
|
||||
<div class="form-text">
|
||||
<p style="margin-top: 8px;">
|
||||
{{ $t("aboutSlackUsername") }}
|
||||
</p>
|
||||
{{ $t("aboutSlackUsername") }}
|
||||
</div>
|
||||
<label for="slack-iconemo" class="form-label">{{ $t("Icon Emoji") }}</label>
|
||||
<input id="slack-iconemo" v-model="$parent.notification.slackiconemo" type="text" class="form-control">
|
||||
|
|
Loading…
Add table
Reference in a new issue