|
@@ -6,6 +6,7 @@ import AdminAppContainer from '../../../services/AdminAppContainer';
|
|
|
import { withUnstatedContainers } from '../../UnstatedUtils';
|
|
import { withUnstatedContainers } from '../../UnstatedUtils';
|
|
|
import { toastError } from '../../../util/apiNotification';
|
|
import { toastError } from '../../../util/apiNotification';
|
|
|
import CustomBotWithoutProxySettingsAccordion, { botInstallationStep } from './CustomBotWithoutProxySettingsAccordion';
|
|
import CustomBotWithoutProxySettingsAccordion, { botInstallationStep } from './CustomBotWithoutProxySettingsAccordion';
|
|
|
|
|
+import GrowiBotKun from '../../../../../../public/images/slack-integration/growi-bot-kun-icon.png';
|
|
|
|
|
|
|
|
const CustomBotWithoutProxySettings = (props) => {
|
|
const CustomBotWithoutProxySettings = (props) => {
|
|
|
const { appContainer } = props;
|
|
const { appContainer } = props;
|
|
@@ -50,6 +51,7 @@ const CustomBotWithoutProxySettings = (props) => {
|
|
|
<div className="card p-20 slack-work-space-name-card">
|
|
<div className="card p-20 slack-work-space-name-card">
|
|
|
<div className="m-2 text-center">
|
|
<div className="m-2 text-center">
|
|
|
<h5 className="font-weight-bold">{ slackWSNameInWithoutProxy }</h5>
|
|
<h5 className="font-weight-bold">{ slackWSNameInWithoutProxy }</h5>
|
|
|
|
|
+ <img src={GrowiBotKun} />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
)}
|
|
)}
|