mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-25 10:48:40 +02:00
feat(notification::microsoft::office365::teams): Mode(alert) - Allow to wrap long text (#5739)
Refs: CTOR-1905
This commit is contained in:
parent
ddbf4b6bb5
commit
3f2d2a22af
@ -363,7 +363,8 @@ sub build_workflow_message {
|
||||
"size" => "Large",
|
||||
"weight" => "Bolder",
|
||||
"style" => "heading",
|
||||
"color" => $themecolor
|
||||
"color" => $themecolor,
|
||||
"wrap" => "true"
|
||||
};
|
||||
push @{$self->{body}}, {
|
||||
type => "TextBlock",
|
||||
@ -371,7 +372,8 @@ sub build_workflow_message {
|
||||
"size" => "Medium",
|
||||
"weight" => "Bolder",
|
||||
"style" => "heading",
|
||||
"color" => $themecolor
|
||||
"color" => $themecolor,
|
||||
"wrap" => "true"
|
||||
};
|
||||
|
||||
if (defined($self->{option_results}->{$resource_type . '_output'}) && $self->{option_results}->{$resource_type . '_output'} ne '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user