Merge pull request #3080 from duanearnett/feature/add-channel-notification-for-slack

Adds configurable @channel notification for Slack integrations
This commit is contained in:
Louis Lam
2023-07-15 18:41:17 +08:00
committed by GitHub
3 changed files with 16 additions and 1 deletions

View File

@@ -24,5 +24,13 @@
<a href="https://www.webfx.com/tools/emoji-cheat-sheet/" target="_blank">https://www.webfx.com/tools/emoji-cheat-sheet/</a>
</i18n-t>
</div>
<div class="form-check form-switch">
<input id="slack-channel-notify" v-model="$parent.notification.slackchannelnotify" type="checkbox" class="form-check-input">
<label for="slack-channel-notify" class="form-label">{{ $t("Notify Channel") }}</label>
</div>
<div class="form-text">
{{ $t("aboutNotifyChannel") }}
</div>
</div>
</template>