feat: add tags to teams notifications (#6939)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Tim Helfensdörfer
2026-02-15 14:58:56 +01:00
committed by GitHub
co-authored by autofix-ci[bot] Frank Elsinga
parent 223dd92cc2
commit bc90af1833
4 changed files with 111 additions and 60 deletions
+11
View File
@@ -17,4 +17,15 @@
</a>
</i18n-t>
</div>
<div class="mb-3">
<div class="form-check form-switch">
<input v-model="$parent.notification.teamsEnableTags" class="form-check-input" type="checkbox" />
<label class="form-check-label">{{ $t("teamsEnableTags") }}</label>
</div>
<div class="form-text">
{{ $t("teamsEnableTagsDescription") }}
</div>
</div>
</template>
+2
View File
@@ -640,6 +640,8 @@
"whatHappensAtForumPost": "Create a new forum post. This does NOT post messages in existing post. To post in existing post use \"{option}\"",
"wayToGetDiscordThreadId": "Getting a thread / forum post id is similar to getting a channel id. Read more about how to get ids {0}",
"wayToGetTeamsURL": "You can learn how to create a webhook URL {0}.",
"teamsEnableTags": "Include tags",
"teamsEnableTagsDescription": "If enabled, the message will include the monitor tags.",
"wayToGetZohoCliqURL": "You can learn how to create a webhook URL {0}.",
"needSignalAPI": "You need to have a signal client with REST API.",
"wayToCheckSignalURL": "You can check this URL to view how to set one up:",