Home
last modified time | relevance | path

Searched refs:logTableTitle (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogs.ts41 private logTableTitle: HTMLDivElement | undefined | null; property in TabPaneHiLogs
68 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';