James Moger
2011-10-26 a70b43cde76b4baab82b4ce0d9ff82883f80b8df
Added status icon
1 files added
2 files modified
3 ■■■■ changed files
build.xml 1 ●●●● patch | view | raw | blame | history
resources/health_16x16.png patch | view | raw | blame | history
src/com/gitblit/client/StatusPanel.java 2 ●●● patch | view | raw | blame | history
build.xml
@@ -447,6 +447,7 @@
            <resource file="${basedir}/resources/cold_16x16.png" />
            <resource file="${basedir}/resources/book_16x16.png" />
            <resource file="${basedir}/resources/bug_16x16.png" />
            <resource file="${basedir}/resources/health_16x16.png" />
            <resource file="${basedir}/resources/blank.png" />
            <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp.properties" />
                
resources/health_16x16.png
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);