mirror of https://github.com/apache/cloudstack.git
ui: fix deploy vm stay on page (#6099)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
71056191f2
commit
7e6339753d
|
|
@ -1645,9 +1645,9 @@ export default {
|
|||
getText (option) {
|
||||
return _.get(option, 'displaytext', _.get(option, 'name'))
|
||||
},
|
||||
handleSubmitAndStay () {
|
||||
handleSubmitAndStay (e) {
|
||||
this.form.stayonpage = true
|
||||
this.handleSubmit()
|
||||
this.handleSubmit(e.domEvent)
|
||||
this.form.stayonpage = false
|
||||
},
|
||||
handleSubmit (e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue