Refactor login views
Refactor out application view
Refactor out environments/new view
Refactor out k8s-tab view
Refactor out k8s rc and pods view
Refactor out k8s service view
Refactor out graph view to component
update components that use "didInitAttrs" for deprecation
- Update to ember 1.9.1, handlebars 2, ember-cli 0.1.5
- Move hosts/item into component (host-widget)
- Move host/instance into component (container-widget)
- Move resource actions into a compontent (resource-actions)
- Move available action logic into resource controller
- Replace all {{#each thing}} with {{#each stuff in thing}}