Searched refs:logTreeNodes (Results 1 – 1 of 1) sorted by relevance
31 private logTreeNodes: LogTreeNode[] = []; property in TabPaneHiLogSummary74 this.refreshSelectDepth(this.logTreeNodes);115 this.refreshSelectDepth(this.logTreeNodes);119 private refreshSelectDepth(logTreeNodes: LogTreeNode[]): void {120 logTreeNodes.forEach((item): void => {204 this.logTreeNodes = this.buildTreeTblNodes(this.systemLogSource);205 if (this.logTreeNodes.length > 0) {206 this.summaryDownLoadTbl!.recycleDataSource = this.logTreeNodes;218 this.createRowNodeTableEL(this.logTreeNodes, tableTreeEl, tableCountEl, '');230 private buildTreeTblNodes(logTreeNodes: LogStruct[]): LogTreeNode[] {[all …]