mirror of https://github.com/rancher/ui.git
Revert ember to 2.5 due to bug in 2.6 (#772)
This commit is contained in:
parent
931dae873f
commit
81d563ff54
|
|
@ -14,6 +14,11 @@ var Mount = Resource.extend({
|
|||
_allMounts : null,
|
||||
_allContainers : null,
|
||||
|
||||
reservedKeys: [
|
||||
'_allMounts',
|
||||
'_allContainers'
|
||||
],
|
||||
|
||||
init: function() {
|
||||
this._super();
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"c3": "~0.4.10",
|
||||
"commonmark": "~0.22.1",
|
||||
"dagre": "~0.7.1",
|
||||
"ember": "~2.6.0",
|
||||
"ember": "~2.5.0",
|
||||
"ember-cli-shims": "0.1.1",
|
||||
"ember-cli-test-loader": "0.2.2",
|
||||
"ember-qunit-notifications": "0.1.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue