mirror of https://github.com/rancher/ui.git
fix cluster and fleet agent config field
This commit is contained in:
parent
406071d768
commit
54708f9795
|
|
@ -74,7 +74,7 @@ export default Component.extend({
|
||||||
}),
|
}),
|
||||||
|
|
||||||
agentKey: computed('type', function(){
|
agentKey: computed('type', function(){
|
||||||
return `${ this.type }AgentDeploymentConfiguration`
|
return `${ this.type }AgentDeploymentCustomization`
|
||||||
}),
|
}),
|
||||||
|
|
||||||
defaultSettingId: computed('type', function(){
|
defaultSettingId: computed('type', function(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue