mirror of https://github.com/rancher/ui.git
Bug fix for host temp save complete
This commit is contained in:
parent
39f91bfb41
commit
c4ef07535f
|
|
@ -202,5 +202,8 @@ export default Component.extend(Driver, {
|
|||
|
||||
return true;
|
||||
},
|
||||
doneSaving(neu) {
|
||||
this.sendAction('completed', neu);
|
||||
},
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@
|
|||
save=(action 'launch')
|
||||
}}
|
||||
{{else if (eq mode 'add')}}
|
||||
{{add-host allowCustom=(not app.isCaas) model=addHostModel.model driver=driver cluster=cluster hostId=hostId inModal=true completed=(action 'completed') goBack=(action 'goBack') cancel=(action 'goBack')}}
|
||||
{{add-host allowCustom=(not app.isCaas) model=addHostModel.model driver=driver cluster=cluster hostId=hostId completed=(action 'completed') goBack=(action 'goBack') cancel=(action 'goBack')}}
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue