Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 | 24x 19032x 19032x 24x | <div class="command-center">
<p-select id="command_signal_selector"
[options]="signalIds" [(ngModel)]="selectedSignalId" [filter]="true" [showClear]="true" placeholder="Select a signal to command"></p-select>
<app-signal-command *ngIf="signal !== undefined" [signal]="signal" [canUnForce]="true"></app-signal-command>
</div>
|