Drop direct value edit on args selector k3s-import

rancher/rancher#25860
This commit is contained in:
Westly Wright 2020-03-09 11:36:24 -07:00
parent b154f56f37
commit 3b4ca885d9
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
2 changed files with 2 additions and 3 deletions

View File

@ -50,8 +50,8 @@ export default Component.extend(ClusterDriver, {
},
actions: {
setActiveNodeForInfo(nodeId) {
set(this, 'nodeForInfo', this.nodes.findBy('id', nodeId));
setActiveNodeForInfo(selection) {
set(this, 'nodeForInfo', this.nodes.findBy('id', selection.id));
},
},

View File

@ -36,7 +36,6 @@
optionValuePath="id"
optionLabelPath="displayName"
content=nodesOptions
value=nodeForInfo.id
action=(action "setActiveNodeForInfo")
prompt="k3sClusterInfo.nodeInfo.selectPrompt"
localizedPrompt=true