Basic scan grouping

This commit is contained in:
Joel Collins 2019-03-28 17:33:03 +00:00
parent 2756185ef6
commit 4428e8906f
3 changed files with 221 additions and 37 deletions

View file

@ -73,7 +73,7 @@ export default {
},
recalibrateConfirm: function() {
context = this
var context = this
this.modalConfirm('Start recalibration? This may take a while, and the microscope will be locked during this time.')
.then(function() {
context.recalibrateRequest()