v1.1.41: block selectService when busy
This commit is contained in:
@@ -36,6 +36,7 @@ const AUTOTEST_PREFIX='autotest-';
|
||||
selectService(currentSvcId);
|
||||
|
||||
async function selectService(svcId){
|
||||
if(busy) return; // операция выполняется — не менять сервис
|
||||
currentSvcId=svcId;
|
||||
selectedInst=null; selectedOp=null; stopPoll();
|
||||
document.getElementById('params-area').style.display='none';
|
||||
|
||||
Reference in New Issue
Block a user