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
if (viewSebClientLogs) {
final TreeItem sebLogs = (!isSupporter)
final TreeItem sebLogs = (isSupporter)
? this.widgetFactory.treeItemLocalized(
monitoring,
ActivityDefinition.SEB_CLIENT_LOGS.displayName)