mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
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:
co-authored by
autofix-ci[bot]
Frank Elsinga
parent
223dd92cc2
commit
bc90af1833
@@ -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>
|
||||
|
||||
@@ -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:",
|
||||
|
||||
Reference in New Issue
Block a user