summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/client/StatusPanel.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-10-28 21:24:02 -0400
committerJames Moger <james.moger@gitblit.com>2011-10-28 21:24:02 -0400
commit4cac0d3a0952078ce8ebd3fdedbefeb7803ac080 (patch)
tree47b35029117d7e1a2906041cbc0e58010043ff99 /src/com/gitblit/client/StatusPanel.java
parentcd8f9d14c972764e5e14ea43811744652a11dcd2 (diff)
downloadgitblit-4cac0d3a0952078ce8ebd3fdedbefeb7803ac080.tar.gz
gitblit-4cac0d3a0952078ce8ebd3fdedbefeb7803ac080.zip
Added basic rss subscriptions to Manager
Diffstat (limited to 'src/com/gitblit/client/StatusPanel.java')
-rw-r--r--src/com/gitblit/client/StatusPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/client/StatusPanel.java b/src/com/gitblit/client/StatusPanel.java
index b85d87af..797ae9b9 100644
--- a/src/com/gitblit/client/StatusPanel.java
+++ b/src/com/gitblit/client/StatusPanel.java
@@ -92,7 +92,7 @@ public class StatusPanel extends JPanel {
fieldsPanel.add(createFieldPanel("gb.heapMaximum", heapMaximum));
model = new PropertiesTableModel();
- JTable propertiesTable = Utils.newTable(model);
+ JTable propertiesTable = Utils.newTable(model, Utils.DATE_FORMAT);
String name = propertiesTable.getColumnName(PropertiesTableModel.Columns.Name.ordinal());
NameRenderer nameRenderer = new NameRenderer();
propertiesTable.setRowHeight(nameRenderer.getFont().getSize() + 8);