James Moger
2012-11-24 ca12058bbf0f2aa391254cbc6a5915323cdd611b
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);
      }
   }