Details
-
Bug
-
Resolution: Outdated
-
Neutral
-
None
-
None
-
None
Description
Spotted by ebguilbert, the column headers and the content are slightly off in the Monitor subapp, despite the fact that in code all seems aligned correctly:
table.addContainerProperty(StringUtils.EMPTY, Label.class, null);
table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.date.label"), String.class, null);
table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.user.label"), String.class, null);
table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.workspace.label"), String.class, null);
table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.path.label"), String.class, null);
table.addContainerProperty(i18n.translate("publishingMonitor.publishingLog.subscriber.label"), String.class, null);
table.addItem(new Object[]{label, formatDate(entry.getDate()) , entry.getUser(), entry.getWorkspace(), entry.getPath(), entry.getSubscriber()}, i++);
publishingMonitor.errorLog.date.label = Date publishingMonitor.errorLog.user.label = User publishingMonitor.errorLog.workspace.label = Workspace publishingMonitor.errorLog.path.label = Path publishingMonitor.errorLog.subscriber.label = Subscriber

Checklists
Acceptance criteria