fix admin reconnect icon

This commit is contained in:
Barış Soner Uşaklı
2022-09-21 09:48:56 -04:00
parent b2c3fcaaf5
commit be33752ba6
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ app = window.app || {};
const reconnectEl = $('#reconnect');
const reconnectAlert = $('#reconnect-alert');
reconnectEl.tooltip('destroy');
reconnectEl.tooltip('dispose');
reconnectEl.html('<i class="fa fa-check text-success"></i>');
reconnectAlert.addClass('hide');
reconnecting = false;

View File

@@ -168,7 +168,7 @@
{{{ end }}}
<li class="reconnect-spinner">
<a href="#" id="reconnect" class="hide" title="[[admin/menu:connection-lost, {title}]]">
<a href="#" id="reconnect" class="hide" title="[[admin/menu:connection-lost, {title}]]" data-bs-toggle="tooltip" data-bs-placement="bottom">
<i class="fa fa-check"></i>
</a>
</li>