Commit Graph

5 Commits

Author SHA1 Message Date
lvuch 5240695fd4 inline forms 2017-02-07 09:27:54 -07:00
Westly Wright 995f2ec540 Driver upgrade option removed on state
Driver upgrade options should not be visible if the state is inactive
(rancher/rancher#6186)

Resolve issues with catalog drivers and refreshing

(rancher/rancher#6184)

Fix issue with erroneous verbiage

(rancher/rancher#6178

Fix issue whe svg z-index blocking dropdown

(rancher/rancher#5882)

fix bug in azure driver

Labels show up correctly on container details

(rancher/rancher#5650)

Remove old code

(rancher/rancher#6248)

Move no rules verbiage to right location

(rancher/rancher#5641)

Allow users to disable esc to close in modals

(rancher/rancher#6302)

Handle empty allowedIdentities field for shibboleth

add new modal stop component to container stops

rancher/rancher#6214
2016-10-19 11:34:14 -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
Vincent Fiduccia 9ca1213756 Update to Ember & CLI 1.13.8
- Update all helpers for new style
- Remove more controllers
- Move needs to injections
- MD5 external ID before creating identicon
- Fix confirm delete action
2015-10-07 16:48:05 -07:00
Vincent Fiduccia 88a99f0f50 Generic support for other Machine drivers 2015-09-23 10:16:47 -07:00