Merge branch 'ccp-features' of https://code-repo.d4science.org/gCubeSystem/cdn-experiments into ccp-features

This commit is contained in:
dcore94 2023-06-23 12:05:37 +02:00
commit b3579c5ea4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class CCPExecutionHistory extends HTMLElement {
#data = [];
#pending = [];
#filtered = [];
#sockets = null;
#socket = null;
#interval = null;
#searchfield = null;
#fileupload = null;