gui: Remove tooltip shown over whole modal
Changed the attribute 'title' (reserved) to 'heading' for the modal template GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3281
This commit is contained in:
committed by
Audrius Butkevicius
parent
e71c78ae84
commit
8632a03662
@@ -1,4 +1,4 @@
|
||||
<modal id="needed" status="info" icon="cloud-download" title="{{'Out of Sync Items' | translate}}" large="yes" close="yes" tabindex="-1">
|
||||
<modal id="needed" status="info" icon="cloud-download" heading="{{'Out of Sync Items' | translate}}" large="yes" close="yes" tabindex="-1">
|
||||
<div class="progress">
|
||||
<div class="progress-bar progress-bar-success" style="width: 20%"><span translate class="show">Reused</span></div>
|
||||
<div class="progress-bar" style="width: 20%"><span translate class="show">Copied from original</span></div>
|
||||
|
||||
Reference in New Issue
Block a user