James Moger
2012-12-03 1d9ac51db01b654f2c97d9fd3057b7b0ed716b91
src/com/gitblit/wicket/panels/FederationRegistrationsPanel.java
@@ -66,9 +66,9 @@
            item.add(WicketUtils.getRegistrationImage("typeIcon", entry, this));
            item.add(WicketUtils.createDateLabel("lastPull", entry.lastPull, getTimeZone()));
            item.add(WicketUtils.createDateLabel("lastPull", entry.lastPull, getTimeZone(), getTimeUtils()));
            item.add(WicketUtils
                  .createTimestampLabel("nextPull", entry.nextPull, getTimeZone()));
                  .createTimestampLabel("nextPull", entry.nextPull, getTimeZone(), getTimeUtils()));
            item.add(new Label("frequency", entry.frequency));
            WicketUtils.setAlternatingBackground(item, counter);
            counter++;