added loading symbol
This commit is contained in:
parent
c1c2334794
commit
034370f577
|
@ -776,6 +776,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
}else{
|
||||
//hide away entries that may occur as empty because of timing issues on the server
|
||||
e.style.display = "none"
|
||||
this.showLoading(e.parentElement)
|
||||
}
|
||||
},
|
||||
on_toggle : ev=>{
|
||||
|
|
Loading…
Reference in New Issue