fix top reps and start stop

This commit is contained in:
Alessandro Francia
2018-09-19 11:54:19 +02:00
parent 35221eff5d
commit 95bdb77175
2 changed files with 3 additions and 3 deletions
@@ -132,10 +132,10 @@ export default {
async stopQueue(){
await new FileService().stopQueue(this.selectedProcess);
if(this.queueStatus == 0){
this.startStopQueue = true;
this.startStopQueue = false;
}
else{
this.startStopQueue = false;
this.startStopQueue = true;
}
}
}
@@ -151,7 +151,7 @@ export default {
positionBoxReps(arg1, reps){
debugger
this.numberReps = reps;
this.selectedPositionTop = (arg1.offsetTop + 226);
this.selectedPositionTop = (arg1.offsetTop + 164);
this.enablePopup = true;
},
selectTab(value){