@if (type !== 'quick') { {{ strings().label?.console || 'Console' }} {{ strings().intention?.pubsubMonitor || 'PubSub Monitor' }} @if (showMonitorPopup) {
}
} @else { {{ embedded ? (strings().label?.console || 'Console') : (strings().intention?.quickConsole || 'Quick Console') }} {{ strings().intention?.pubsubMonitor || 'PubSub Monitor' }} @if (showMonitorPopup) {
}
@if (!embedded) { }
}
@if (type === 'quick' && !embedded) {
}
@if (type !== 'quick') {
}
@for (cmd of filteredCommands; track cmd) { {{ cmd }} }