Examples of DigestsPanel


Examples of com.gitblit.wicket.panels.DigestsPanel

        }
      }
    } else {
      // show daily commit digest feed
      Collections.sort(digests);
      DigestsPanel digestsPanel = new DigestsPanel("digests", digests);
      activityFragment.add(digestsPanel);
    }

    // add the nifty charts
    if (!ArrayUtils.isEmpty(digests)) {
View Full Code Here

Examples of com.gitblit.wicket.panels.DigestsPanel

        }
      }
    } else {
      // show daily commit digest feed
      Collections.sort(digests);
      DigestsPanel digestsPanel = new DigestsPanel("digests", digests);
      activityFragment.add(digestsPanel);
    }

    // add the nifty charts
    if (!ArrayUtils.isEmpty(digests)) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.