Bug fix for host temp save complete

This commit is contained in:
Westly Wright 2017-11-30 10:26:25 -07:00
parent 39f91bfb41
commit c4ef07535f
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
2 changed files with 4 additions and 1 deletions

View File

@ -202,5 +202,8 @@ export default Component.extend(Driver, {
return true;
},
doneSaving(neu) {
this.sendAction('completed', neu);
},
});

View File

@ -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}}