|
@@ -115,7 +115,7 @@ const SlackIntegration = (props) => {
|
|
|
customBotWithoutProxy: {
|
|
customBotWithoutProxy: {
|
|
|
botType: 'custom-bot-without-proxy',
|
|
botType: 'custom-bot-without-proxy',
|
|
|
name: 'custom_bot',
|
|
name: 'custom_bot',
|
|
|
- supplementaryBotName: t('admin:slack_integration.selecting_bot_types.without_proxy'),
|
|
|
|
|
|
|
+ supplementaryBotName: 'without_proxy',
|
|
|
setUp: 'normal',
|
|
setUp: 'normal',
|
|
|
multiWSIntegration: 'impossible',
|
|
multiWSIntegration: 'impossible',
|
|
|
securityControl: 'possible',
|
|
securityControl: 'possible',
|
|
@@ -123,7 +123,7 @@ const SlackIntegration = (props) => {
|
|
|
customBotWithProxy: {
|
|
customBotWithProxy: {
|
|
|
botType: 'custom-bot-with-proxy',
|
|
botType: 'custom-bot-with-proxy',
|
|
|
name: 'custom_bot',
|
|
name: 'custom_bot',
|
|
|
- supplementaryBotName: t('admin:slack_integration.selecting_bot_types.with_proxy'),
|
|
|
|
|
|
|
+ supplementaryBotName: 'with_proxy',
|
|
|
setUp: 'hard',
|
|
setUp: 'hard',
|
|
|
multiWSIntegration: 'possible',
|
|
multiWSIntegration: 'possible',
|
|
|
securityControl: 'possible',
|
|
securityControl: 'possible',
|