From 34a557c2921fba2a3ec99f848288b8274328bb7c Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 29 Aug 2016 20:30:47 +0530 Subject: [PATCH] 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. --- plinth/modules/monkeysphere/templates/monkeysphere.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/monkeysphere/templates/monkeysphere.html b/plinth/modules/monkeysphere/templates/monkeysphere.html index 304c05f30..25fab563e 100644 --- a/plinth/modules/monkeysphere/templates/monkeysphere.html +++ b/plinth/modules/monkeysphere/templates/monkeysphere.html @@ -78,7 +78,7 @@ - {% for key in status.keys.values %} + {% for key in status.keys.values|dictsort:"ssh_fingerprint" %} {% if key.service == 'ssh' %}