src/com/gitblit/authority/GitblitAuthority.java
@@ -272,6 +272,7 @@ tableModel.list = new ArrayList<UserCertificateModel>(map.values()); Collections.sort(tableModel.list); tableModel.fireTableDataChanged(); Utils.packColumns(table, Utils.MARGIN); } }