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