minor fix
This commit is contained in:
parent
c51c1bd902
commit
f5964216c4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue