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 8 9 10 11 12 13 14 15 16 17 18 19 | 35x 20374x 20374x 35x 35x 70x 20374x 10222x 10187x 35x 35x | <p-floatLabel> <span *ngIf="isResponseSlowerThanRefresh" class="refresh-too-fast"> <i class="pi pi-exclamation-circle" title="Table can't keep up!
Try using a slower refresh rate or less signals."></i> </span> <span *ngIf="!isResponseSlowerThanRefresh" class="refresh-good"> <i class="pi pi-check-circle" title="Table can keep up with refresh rate."></i> </span> <p-select [options]="refreshTimes" [(ngModel)]="refreshTime" [disabled]="isDisabled" placeholder="Refresh time" optionLabel="label" inputId="refreshTime" /> <label for="refreshTime">Refresh time</label> </p-floatLabel> |