fix(core): update Slack notification formatting to use bold correctly
This commit is contained in:
@@ -93,7 +93,7 @@ class ContainerRestarted extends CustomEmailNotification
|
||||
$description = "A resource ({$this->name}) has been restarted automatically on {$this->server->name}";
|
||||
|
||||
if ($this->url) {
|
||||
$description .= "\n**Resource URL:** {$this->url}";
|
||||
$description .= "\n*Resource URL:* {$this->url}";
|
||||
}
|
||||
|
||||
return new SlackMessage(
|
||||
|
@@ -93,7 +93,7 @@ class ContainerStopped extends CustomEmailNotification
|
||||
$description = "A resource ({$this->name}) has been stopped unexpectedly on {$this->server->name}";
|
||||
|
||||
if ($this->url) {
|
||||
$description .= "\n**Resource URL:** {$this->url}";
|
||||
$description .= "\n*Resource URL:* {$this->url}";
|
||||
}
|
||||
|
||||
return new SlackMessage(
|
||||
|
Reference in New Issue
Block a user