Sort list of sharing nodes (fixes #266)

This commit is contained in:
Jakob Borg
2014-05-24 21:13:35 +02:00
parent 8644bf30a9
commit 5454ca1cf7
3 changed files with 12 additions and 7 deletions

View File

@@ -175,11 +175,7 @@
</tr>
<tr>
<th><span class="glyphicon glyphicon-share-alt"></span>&emsp;Shared With</th>
<td class="text-right">
<span ng-repeat="n in repo.Nodes">
{{nodeName(findNode(n.NodeID))}}<span ng-if="!$last">, </span>
</span>
</td>
<td class="text-right">{{sharesRepo(repo)}}</td>
</tr>
</tbody>
</table>