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

@@ -5,8 +5,8 @@
</p>
<table class="table table-striped table-condensed">
<tr dir-paginate="e in failedCurrent | itemsPerPage: failedPageSize" current-page="failedCurrentPage" pagination-id="failed">
<td><abbr title="{{e.path}}">{{e.path | basename}}</abbr></td>
<td><abbr title="{{e.error}}">{{e.error | lastErrorComponent}}</abbr></td>
<td><abbr tooltip data-original-title="{{e.path}}">{{e.path | basename}}</abbr></td>
<td><abbr tooltip data-original-title="{{e.error}}">{{e.error | lastErrorComponent}}</abbr></td>
</tr>
</table>
<dir-pagination-controls on-page-change="failedPageChanged(newPageNumber)" pagination-id="failed"></dir-pagination-controls>