mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 17:13:45 +08:00
one sync status tooltip did not have data-toggle="tooltip"
This commit is contained in:
parent
da741b522e
commit
e569ae1a0d
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ const TPL = `
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="sync-status">
|
<div class="sync-status">
|
||||||
<span class="sync-status-icon sync-status-connected-with-changes" title="<p>Connected to the sync server. <br>There are some outstanding changes yet to be synced.</p><p>Click to trigger sync.</p>">
|
<span class="sync-status-icon sync-status-connected-with-changes"
|
||||||
|
data-toggle="tooltip"
|
||||||
|
title="<p>Connected to the sync server. <br>There are some outstanding changes yet to be synced.</p><p>Click to trigger sync.</p>">
|
||||||
<span class="bx bx-wifi"></span>
|
<span class="bx bx-wifi"></span>
|
||||||
<span class="bx bxs-star sync-status-sub-icon"></span>
|
<span class="bx bxs-star sync-status-sub-icon"></span>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue