<resource file="${basedir}/resources/cold_16x16.png" />\r
<resource file="${basedir}/resources/book_16x16.png" />\r
<resource file="${basedir}/resources/bug_16x16.png" />\r
+ <resource file="${basedir}/resources/health_16x16.png" />\r
<resource file="${basedir}/resources/blank.png" />\r
<resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp.properties" />\r
\r
centerPanel.add(fieldsPanel, BorderLayout.NORTH);\r
centerPanel.add(new JScrollPane(propertiesTable), BorderLayout.CENTER);\r
\r
- headerPanel = new HeaderPanel(Translation.get("gb.status"), null);\r
+ headerPanel = new HeaderPanel(Translation.get("gb.status"), "health_16x16.png");\r
setLayout(new BorderLayout());\r
add(headerPanel, BorderLayout.NORTH);\r
add(centerPanel, BorderLayout.CENTER);\r