James Moger
2011-10-26 a70b43cde76b4baab82b4ce0d9ff82883f80b8df
src/com/gitblit/client/StatusPanel.java
@@ -83,7 +83,7 @@
      centerPanel.add(fieldsPanel, BorderLayout.NORTH);
      centerPanel.add(new JScrollPane(propertiesTable), BorderLayout.CENTER);
      headerPanel = new HeaderPanel(Translation.get("gb.status"), null);
      headerPanel = new HeaderPanel(Translation.get("gb.status"), "health_16x16.png");
      setLayout(new BorderLayout());
      add(headerPanel, BorderLayout.NORTH);
      add(centerPanel, BorderLayout.CENTER);