Commit Graph

3 Commits

Author SHA1 Message Date
Vincent Fiduccia bbd78f8f8b More bugs & i18n (#654)
* i18n, root disk size

* bugs, i18n

* Move VM support to per-environment
2016-05-12 16:00:43 -07:00
Vincent Fiduccia 015f3a693f Machine Driver fixes (#603)
* Machine Driver fixes

- Github activate must set setting on userStore
- Custom driver doesn't really need to extend driver
- Fix custom driver when new registrationToken needs to be created
- Add Machine driver needs to use userStore
- Wait for custom driver UI JS/CSS in beforeModel so custom UIs can load consistently
- CSP rules localhost:3000 custom UI host

* Show UI URL on drivers

* Use isRancher instead of isPrivateLabel

`{{#if settings.isRancher}}` will fail-safely if you forget to include
`settings.` or the injection or type something wrong, rather than
`{{#unless settings.isPrivateLabel}}` failing and showing Rancher stuff.

* Load UI and CSS through proxy if not local

* Remove unused helpers
2016-04-18 18:35:14 -07:00
fyoudine-digitaslbi f4b34f6aad create contextual help button linking to documentation (#584)
Create contextual help button linking to documentation
2016-04-14 18:04:29 -07:00