|
|
@@ -38,10 +38,10 @@
|
|
|
|
|
|
<ul class="nav nav-tabs" role="tablist">
|
|
|
<li class="active">
|
|
|
- <a href="#slack-app" data-toggle="tab" role="tab"><i class="fa fa-slack"></i> Slack App</a>
|
|
|
+ <a href="#slack-app" data-toggle="tab" role="tab"><i class="icon-settings"></i> Slack App</a>
|
|
|
</li>
|
|
|
<li role="tab">
|
|
|
- <a href="#slack-incoming-webhooks" data-toggle="tab" role="tab"><i class="fa fa-slack"></i> Slack Incoming Webhooks</a>
|
|
|
+ <a href="#slack-incoming-webhooks" data-toggle="tab" role="tab"><i class="icon-settings"></i> Slack Incoming Webhooks</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
|
@@ -52,8 +52,8 @@
|
|
|
<fieldset>
|
|
|
<legend>Slack App Configuration</legend>
|
|
|
|
|
|
- <p class="well text-warning">
|
|
|
- <i class="fa fa-warning"></i> NOT RECOMMENDED
|
|
|
+ <p class="well">
|
|
|
+ <i class="icon-fw icon-exclamation text-danger"></i><span class="text-danger">NOT RECOMMENDED</span>
|
|
|
<br><br>
|
|
|
This is the way that compatible with the official Crowi,<br>
|
|
|
but not recommended in crowi-plus because it is too complex.
|
|
|
@@ -88,16 +88,16 @@
|
|
|
<div class="text-center">
|
|
|
{% if hasSlackToken %}
|
|
|
<p>Crowi and Slack is already <strong>connected</strong>. You can re-connect to refresh and overwirte the token with your Slack account.</p>
|
|
|
- <a class="btn btn-warning" href="/admin/notification/slackSetting/disconnect">
|
|
|
- <i class="fa fa-slack"></i> Disconnect from Slack
|
|
|
+ <a class="btn btn-warning btn-rounded" href="/admin/notification/slackSetting/disconnect">
|
|
|
+ <i class="icon-power"></i> Disconnect from Slack
|
|
|
</a>
|
|
|
- <a class="btn btn-default" href="{{ slackAuthUrl }}" target="_blank">
|
|
|
- <i class="fa fa-slack"></i> Reconnect to Slack
|
|
|
+ <a class="btn btn-success btn-outline btn-rounded" href="{{ slackAuthUrl }}" target="_blank">
|
|
|
+ <i class="icon-login"></i> Reconnect to Slack
|
|
|
</a>
|
|
|
{% else %}
|
|
|
<p>Slack clientId and clientSecret is configured. Now, you can connect with Slack.</p>
|
|
|
- <a class="btn btn-primary" href="{{ slackAuthUrl }}" target="_blank">
|
|
|
- <i class="fa fa-slack"></i> Connect to Slack
|
|
|
+ <a class="btn btn-primary btn-outline2 btn-rounded" href="{{ slackAuthUrl }}" target="_blank">
|
|
|
+ <i class="icon-login"></i> Connect to Slack
|
|
|
</a>
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
@@ -107,7 +107,7 @@
|
|
|
{# {% if not hasSlackWebClientConfig %} #}
|
|
|
<hr>
|
|
|
<h3>
|
|
|
- <i class="fa fa-question-circle" aria-hidden="true"></i>
|
|
|
+ <i class="icon-question" aria-hidden="true"></i>
|
|
|
<a href="#collapseHelpForApp" data-toggle="collapse">How to configure Slack App?</a>
|
|
|
</h3>
|
|
|
|
|
|
@@ -217,7 +217,7 @@
|
|
|
|
|
|
<hr>
|
|
|
<h3>
|
|
|
- <i class="fa fa-question-circle" aria-hidden="true"></i>
|
|
|
+ <i class="icon-question" aria-hidden="true"></i>
|
|
|
<a href="#collapseHelpForIwh" data-toggle="collapse">How to configure Incoming Webhooks?</a>
|
|
|
</h3>
|
|
|
|