mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
b49a03f70b
commit
34a557c292
@ -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' %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user