Guillaume Sauthier
2012-11-05 d60a425fbe5d67732d4e2b5275d496c47c36b474
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++;