James Moger
2012-11-01 3dec957f01b1e6b0af31476361efbb5767d0303d
src/com/gitblit/wicket/pages/FederationRegistrationPage.java
@@ -52,8 +52,8 @@
      add(new Label("frequency", registration.frequency));
      add(new Label("folder", registration.folder));
      add(new Label("token", showAdmin ? registration.token : "--"));
      add(WicketUtils.createTimestampLabel("lastPull", registration.lastPull, getTimeZone()));
      add(WicketUtils.createTimestampLabel("nextPull", registration.nextPull, getTimeZone()));
      add(WicketUtils.createTimestampLabel("lastPull", registration.lastPull, getTimeZone(), getTimeUtils()));
      add(WicketUtils.createTimestampLabel("nextPull", registration.nextPull, getTimeZone(), getTimeUtils()));
      StringBuilder inclusions = new StringBuilder();
      for (String inc : registration.inclusions) {