Thomas Pummer
2013-02-22 dfc4ece4083bbbb98f55291d05e7d2b1513464b7
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++;