Analyzer configuration
@switch (pageMode()) { @case (ConfigurationPageMode.READ) { New profile } }
Configuration @for (config of configurationOptions(); track $index) { {{ config.name }} } @if (isLoading()) {
Source:
Destination:
} @else { @switch (pageMode()) { @case (ConfigurationPageMode.CREATE) { } @case (ConfigurationPageMode.EDIT) { } @default {
@if (!configuration()?.is_applied) { }
Source:
@for (mac of configuration()?.mac_source; track $index) { {{ mac }} } @empty { All addresses }
Destination:
@for (mac of configuration()?.mac_destination; track $index) { {{ mac }} } @empty { All addresses }
@for (frame of configuration()?.frame_ranges; track $index) { {{ frame[0] }} — {{ frame[1] }} } @empty { All sizes }
@for (protocol of configuration()?.protocols; track $index) { {{ protocol }} } @empty { None }
} } }