mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
#98, sync button now shows total number of outstanding syncs instead of just pushes
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<button class="btn btn-xs" id="sync-now-button" title="Number of outstanding changes to be pushed to server">
|
||||
<span class="ui-icon ui-icon-refresh"></span>
|
||||
|
||||
Sync now (<span id="changes-to-push-count">0</span>)
|
||||
Sync now (<span id="outstanding-syncs-count">0</span>)
|
||||
</button>
|
||||
|
||||
<button class="btn btn-xs" id="options-button">
|
||||
|
||||
Reference in New Issue
Block a user