mirror of https://github.com/rancher/ui.git
fix issue with user labels in collapse
This commit is contained in:
parent
2acd46391c
commit
340fd29651
|
|
@ -20,7 +20,7 @@ export default Ember.Component.extend(ManageLabels, {
|
|||
|
||||
this.$('INPUT.key').last()[0].focus();
|
||||
});
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
didReceiveAttrs() {
|
||||
|
|
@ -31,6 +31,7 @@ export default Ember.Component.extend(ManageLabels, {
|
|||
}
|
||||
},
|
||||
|
||||
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<label>{{t 'hostPartial.host.addOptions.labels'}}</label>
|
||||
</div>
|
||||
<div class="col span-10">
|
||||
{{form-user-labels initialLabels=model.labels setLabels=(action 'setLabels')}}
|
||||
{{form-user-labels initialLabels=model.labels setLabels=(action 'setLabels') expandAll=null}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue