Stardrad Yin
2014-06-10 e29b6e3f7f3831c6063ca67082964b7c50b7ab50
src/main/java/com/gitblit/authority/CertificateStatusRenderer.java
@@ -26,9 +26,9 @@
/**
 * Displays a subscribed icon on the left of the repository name, if there is at
 * least one subscribed branch.
 *
 *
 * @author James Moger
 *
 *
 */
public class CertificateStatusRenderer extends DefaultTableCellRenderer {
@@ -49,6 +49,7 @@
      okIcon = new ImageIcon(getClass().getResource("/bullet_green.png"));
   }
   @Override
   public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected,
         boolean hasFocus, int row, int column) {
      super.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);