Button added to launch calibration menu manually
This commit is contained in:
parent
f39f8f02bd
commit
e1aca0bef7
2 changed files with 24 additions and 1 deletions
|
|
@ -223,6 +223,14 @@ export default {
|
|||
this.onHide();
|
||||
}
|
||||
},
|
||||
// Forces modal to show on button press
|
||||
force_show: function() {
|
||||
this.ready = true;
|
||||
this.stepValue = 0;
|
||||
// Show the modal
|
||||
var el = this.$refs["calibrationModalEl"];
|
||||
this.showModalElement(el); // Calls the mixin
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
// Show the modal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue