Przeglądaj źródła

Added status icon

tags/v0.7.0
James Moger 12 lat temu
rodzic
commit
a70b43cde7

+ 1
- 0
build.xml Wyświetl plik

@@ -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" />

BIN
resources/health_16x16.png Wyświetl plik


+ 1
- 1
src/com/gitblit/client/StatusPanel.java Wyświetl plik

@@ -83,7 +83,7 @@ public class StatusPanel extends JPanel {
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);

Ładowanie…
Anuluj
Zapisz