mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
uppercased names
This commit is contained in:
parent
7612c5d852
commit
6474249ea8
|
@ -27,7 +27,7 @@ class SlackSettingsForm extends Component
|
|||
];
|
||||
static $webhook_text= [
|
||||
"slack" => array(
|
||||
"name" => "slack",
|
||||
"name" => "Slack",
|
||||
"icon" => 'fab fa-slack',
|
||||
"placeholder" => "https://hooks.slack.com/services/XXXXXXXXXXXXXXXXXXXXX",
|
||||
"link" => 'https://api.slack.com/messaging/webhooks',
|
||||
|
@ -39,7 +39,7 @@ class SlackSettingsForm extends Component
|
|||
// "link" => 'https://support.discord.com/hc/en-us/articles/360045093012-Server-Integrations-Page',
|
||||
// ),
|
||||
"general"=> array(
|
||||
"name" => "general",
|
||||
"name" => "General",
|
||||
"icon" => "fab fa-hashtag",
|
||||
"placeholder" => "",
|
||||
"link" => "",
|
||||
|
|
Loading…
Reference in a new issue