sorting by updated
This commit is contained in:
parent
8fa85db819
commit
879cd0cdfc
|
@ -153,6 +153,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
(d.method.indexOf(f) !== -1)
|
||||
})
|
||||
}
|
||||
this.#filtered.sort((a,b)=>(new Date(a.updated)) - (new Date(b.updated))))
|
||||
this.groupBy()
|
||||
BSS.apply(this.#execution_list_bss, this.#rootdoc)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue