install-succeeded-but-has-problem.ejs 584 B

123456789101112131415161718
  1. <%- include('commons/head'); %>
  2. <body>
  3. <div class="container">
  4. <div class="row">
  5. <div class="col text-center">
  6. <h1 class="my-5">GROWI Bot installation has succeeded, but something went wrong..</h1>
  7. <p>
  8. Reason: <%- reason%>
  9. </p>
  10. <p>
  11. Please contact administrators of your workspace<br>
  12. Reference: <a href="https://slack.com/help/articles/222386767-Manage-app-installation-settings-for-your-workspace">Manage app installation settings for your workspace</a>
  13. </p>
  14. </div>
  15. </div>
  16. </div>
  17. </body>