Cleanup web UI (#2378)

* fix wrong index on backup log

* remove no longer used files/functions

* improve logging on Alignment Mark Update

---------

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2023-05-01 22:38:30 +02:00
committed by GitHub
parent 6a45ab7693
commit 9a07f271ff
5 changed files with 5 additions and 51 deletions

View File

@@ -264,7 +264,7 @@ function MakeContrastImageZW(zw, _enhance, _domainname){
return true;
}
else {
firework.launch("Device is busy, please try again when the round got completed!", 'warning', 10000);
firework.launch("Device is busy, please try again when the Digitalization Round got completed!", 'warning', 10000);
return false;
}
}
@@ -293,7 +293,7 @@ function MakeRefZW(zw, _domainname){
return true;
}
else {
firework.launch("Device is busy, please try again when the round got completed!", 'warning', 10000);
firework.launch("Device is busy, please try again when the Digitalization Round got completed!", 'warning', 10000);
return false;
}
}