added loading symbol

This commit is contained in:
dcore94 2024-11-26 18:48:32 +01:00
parent c1c2334794
commit 034370f577
1 changed files with 1 additions and 0 deletions

View File

@ -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=>{