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
|
// 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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue