@if (!isReadonly()) { }
@if (animationStateShowContent) { @if (!host_id) {
{{ t('No element selected') }}
} @if (host_id && config.type === 'tree' && show) {
} @if (host_id && config.type === 'table' && show) {
} }
@if (animationStateShowConfig) { @if (widget) {
@if (config && widget) {
{{ t('Eventcorrelation view type') }} @for (EvcViewType of EvcViewTypes; track $index) { }
@if (config.type === 'tree') {
{{ t('Direction (For tree view only)') }} @for (direction of EvcTreeDirections; track $index) { }
}
}
} }