Moved webhook below jabber

pull/951/head
TimZ99 2020-08-12 19:14:36 +02:00
parent 4d888d6920
commit 544ae54489
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 4 additions and 4 deletions

View File

@ -62,9 +62,6 @@
<span class="fa-layers-text fa-inverse" style="font-weight:400; font-size:75%">P</span> <span class="fa-layers-text fa-inverse" style="font-weight:400; font-size:75%">P</span>
</span> </span>
{% endif %} {% endif %}
{% if server.webhook|lower == 'yes' and config.webhook|lower %}
<i class="fas fa-hashtag" title="{{ label_webhook }}"></i>
{% endif %}
{% if server.telegram|lower == 'yes' and config.telegram|lower%} {% if server.telegram|lower == 'yes' and config.telegram|lower%}
<span class="fa-layers"> <span class="fa-layers">
<i class="fas fa-circle" title="{{ label_telegram }}"></i> <i class="fas fa-circle" title="{{ label_telegram }}"></i>
@ -76,7 +73,10 @@
<i class="fas fa-circle" title="{{ label_jabber }}"></i> <i class="fas fa-circle" title="{{ label_jabber }}"></i>
<span class="fa-layers-text fa-inverse" style="font-weight:400; font-size:75%">J</span> <span class="fa-layers-text fa-inverse" style="font-weight:400; font-size:75%">J</span>
</span> </span>
{% endif %} {% endif %}
{% if server.webhook|lower == 'yes' and config.webhook|lower %}
<i class="fas fa-hashtag" title="{{ label_webhook }}"></i>
{% endif %}
</td> </td>
{% if user_level == 10 %} {% if user_level == 10 %}
<td> <td>