addBreadCrumbElement(new BreadCrumbElement(new ResourceModel("dashboard.pageTitle"), DashboardPage.linkDescriptor()));
add(new Label("pageTitle", new ResourceModel("dashboard.pageTitle")));
DashboardNotificationListViewPanel notificationsPanel = new DashboardNotificationListViewPanel("notificationPanel",
new NotificationsModel(MavenArtifactNotifierSession.get().getUserModel()));
add(notificationsPanel);
DashboardArtifactPortfolioPanel artifactPanel = new DashboardArtifactPortfolioPanel("artifactPanel",
new LoadableDetachableModel<List<FollowedArtifact>>() {
private static final long serialVersionUID = -8484961470906264804L;