mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed the static Slack Priority field (#8936)
* Removed the static Priority field * Update Slack.php
This commit is contained in:
committed by
Tony Murray
parent
a703423df8
commit
d824e8db62
@@ -63,13 +63,6 @@ class Slack extends Transport
|
||||
'text' => $slack_msg,
|
||||
'mrkdwn_in' => ['text', 'fallback'],
|
||||
'author_name' => $api['author_name'],
|
||||
'fields' => [
|
||||
[
|
||||
'title' => 'Priority',
|
||||
'value' => ucfirst($obj['severity']),
|
||||
'short' => false,
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
'channel' => $api['channel'],
|
||||
|
||||
Reference in New Issue
Block a user