diff --git a/app/components/machine/driver-amazonec2/component.js b/app/components/machine/driver-amazonec2/component.js index d53fe1515..f6f97b1eb 100644 --- a/app/components/machine/driver-amazonec2/component.js +++ b/app/components/machine/driver-amazonec2/component.js @@ -141,7 +141,7 @@ export default Ember.Component.extend(Driver, { instanceType : 't2.micro', securityGroup : 'rancher-machine', zone : 'a', - rootSize : 16, + rootSize : '16', accessKey : pref.accessKey||'', }); diff --git a/app/hosts/templates/index/template.hbs b/app/hosts/templates/index/template.hbs index bf59341e6..aea2e6756 100644 --- a/app/hosts/templates/index/template.hbs +++ b/app/hosts/templates/index/template.hbs @@ -19,6 +19,7 @@ as |section| }} {{#if (eq section 'header')}} + {{action-menu model=host class="pull-right"}}
{{else if (eq section 'body')}}