gui: Bootstrap tooltips (in modals)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3280
This commit is contained in:
Daniel Harte
2016-06-08 14:55:30 +00:00
committed by Jakob Borg
parent 8632a03662
commit d2bb6e0c0a
4 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@
<input type="checkbox" ng-model="currentDevice.selectedFolders[folder.id]">&nbsp;{{folder.id}}
</label>
<label ng-if="folder.label.length != 0">
<input type="checkbox" ng-model="currentDevice.selectedFolders[folder.id]">&nbsp;<span title="{{folder.id}}">{{folder.label}}</span>
<input type="checkbox" ng-model="currentDevice.selectedFolders[folder.id]">&nbsp;<span tooltip data-original-title="{{folder.id}}">{{folder.label}}</span>
</label>
</div>
</div>