|
@@ -144,6 +144,20 @@ const CustomBotWithProxySettingsAccordion = () => {
|
|
|
>
|
|
>
|
|
|
{/* --------------- start --------------- */}
|
|
{/* --------------- start --------------- */}
|
|
|
|
|
|
|
|
|
|
+ <div className="p-4 justify-content-center align-items-center text-centre">
|
|
|
|
|
+ <ol className="w-50">
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <p
|
|
|
|
|
+ // eslint-disable-next-line react/no-danger
|
|
|
|
|
+ dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.accordion.enter_proxy_url_and_update') }}
|
|
|
|
|
+ />
|
|
|
|
|
+ <p className="text-danger">{t('admin:slack_integration.accordion.dont_need_update')}</p>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ </ol>
|
|
|
|
|
+ <div className="rounded border w-50 d-flex justify-content-center align-items-center" style={{ height: '15rem' }}>
|
|
|
|
|
+ <h1 className="text-muted">参考画像</h1>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
{/* --------------- end --------------- */}
|
|
{/* --------------- end --------------- */}
|
|
|
</Accordion>
|
|
</Accordion>
|