Shun Miyazawa 4 سال پیش
والد
کامیت
c5d541adcf
1فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 14 0
      src/client/js/components/Admin/SlackIntegration/CustomBotWithProxySettingsAccordion.jsx

+ 14 - 0
src/client/js/components/Admin/SlackIntegration/CustomBotWithProxySettingsAccordion.jsx

@@ -144,6 +144,20 @@ const CustomBotWithProxySettingsAccordion = () => {
       >
         {/* ---------------  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   --------------- */}
       </Accordion>