zahmis 4 лет назад
Родитель
Сommit
9d838b3ec9
1 измененных файлов с 13 добавлено и 10 удалено
  1. 13 10
      packages/slackbot-proxy/src/views/install-succeeded.ejs

+ 13 - 10
packages/slackbot-proxy/src/views/install-succeeded.ejs

@@ -3,19 +3,22 @@
 <body>
   <div class="container">
     <div class="row">
-      <div class="col text-center">
+      <div class="col text-center" style="width: auto;">
         <h1 class="my-5">Congratulations!</h1>
         <h2 class="my-5">GROWI Bot installation has succeeded!</h2>
-        <p>
-          Access to
-          <a href=<%- appPageUrl %>>
-            Slack App detail page.
-          </a>
-        </p>
-        <p>
-          <a class="btn btn-outline-success" href="https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html">Getting started</a>
-        </p>
       </div>
     </div>
+    <div class="row mx-auto" style="width: 500px;">
+      <h5>The steps required to configure GROWI Slack app</h5>
+      <ol>
+        <li>First, <code>/growi register</code> in any slack channel.</li>
+        <li>Looking for additional help? Try <code>/growi help</code></li>
+      </ol>
+      <p>Need more infomation? See Getting started.</p>
+      <p><a class="btn btn-outline-success" href="https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html">Getting started</a></p>
+      <hr>
+      <p></p>Access to<a href=<%- appPageUrl %>>Slack App detail page.</a></p>
+    </div>
+
   </div>
 </body>