gui: Use info icon for folder ID (#5031)

This commit is contained in:
Ben S 2018-06-26 22:52:34 +02:00 committed by Audrius Butkevicius
parent 881e923105
commit 645588902b

View File

@ -332,7 +332,7 @@
<table class="table table-condensed table-striped">
<tbody>
<tr ng-show="folder.label != undefined && folder.label.length > 0">
<th><span class="fas fa-fw fa-folder-open"></span>&nbsp;<span translate>Folder ID</span></th>
<th><span class="fas fa-fw fa-info-circle"></span>&nbsp;<span translate>Folder ID</span></th>
<td class="text-right no-overflow-ellipse">{{folder.id}}</td>
</tr>
<tr>