monkeysphere: Sort displayed items

So that reloading a page does not lead to complete order change.  Use
SSH fingerprint because that is available for all the keys.
This commit is contained in:
Sunil Mohan Adapa 2016-08-29 20:30:47 +05:30 committed by James Valleroy
parent b49a03f70b
commit 34a557c292
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -78,7 +78,7 @@
</tr>
</thead>
<tbody>
{% for key in status.keys.values %}
{% for key in status.keys.values|dictsort:"ssh_fingerprint" %}
<tr>
<td>
{% if key.service == 'ssh' %}