report status and target in update_main

+ add SECoP commands [WIP]
+ fix case 4 (error icon) in updateStatus (SEAWebClientCommunication.js)
This commit is contained in:
2025-04-22 18:02:25 +02:00
parent 5c1c94bffc
commit 27f60e1187
3 changed files with 47 additions and 50 deletions

View File

@ -277,7 +277,7 @@ function updateStatus(component) {
case 3:
status_icon.classList.add('status-icon-busy');
break;
case 3:
case 4:
status_icon.classList.add('status-icon-error');
break;
}