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 submodule dependencies
Add alt action for shell and logs to launch in new window
(rancher/rancher#2360)
Change new window name to _blank
Change isConsole to more generic isPopup
Add padding to shell popup
Add some extra height to logs view when in modal
fix styling on log popup
Add new vm logs and vm shell popup
Refactor theme toggler to use actions not click
rancher/rancher#3546
Add confirmation for deactivating stacks and services
rancher/rancher#3532
Add new hover over top nav -> display sub-nav functionality
Refactor admin processes to use run.later rather then setInterval
Fix right click issue on tooltips with action menus
* Reset the resource-actions model so the next time a right click occurs the menu will show
- Fix category uniqueness
- Fix crash server if catalog API unavailable
- Fix selecting no version after one is selected
- Select the default version if set & exists
- Scroll to top when an error is shown
- Stack description not required
- Cancel button when no version selected
- "Create" instead of "Save"
- Update ember-api-store for less deprecations
- Rename `actions` in JSON to `actionLinks`
- Move actions from controllers to models, remove `{{#with}}s`
(deprecated)
- Move resource-action-menus from a component per entry to a single
global menu
- Disable transitioning resource polling except on resources that really
need it
- Disable static/relative positioning based on content height (white
boxes all the way to the bottom)