Searched refs:logTableTitle (Results 1 – 1 of 1) sorted by relevance
41 private logTableTitle: HTMLDivElement | undefined | null; property in TabPaneHiLogs68 this.logTableTitle = this.shadowRoot?.querySelector<HTMLDivElement>('#log-title');215 …this.logTableTitle!.textContent = `Hilogs [${this.hiLogsTbl.startSkip === 0 ? 1 : startDataIndex}, 218 this.logTableTitle!.textContent = 'Hilogs [0, 0] / 0';