minor fix

This commit is contained in:
anhefti 2019-11-25 15:36:36 +01:00
parent c51c1bd902
commit f5964216c4

View file

@ -301,7 +301,7 @@ public class ActivitiesPane implements TemplateComposer {
// SEB Client Logs // SEB Client Logs
if (viewSebClientLogs) { if (viewSebClientLogs) {
final TreeItem sebLogs = (!isSupporter) final TreeItem sebLogs = (isSupporter)
? this.widgetFactory.treeItemLocalized( ? this.widgetFactory.treeItemLocalized(
monitoring, monitoring,
ActivityDefinition.SEB_CLIENT_LOGS.displayName) ActivityDefinition.SEB_CLIENT_LOGS.displayName)