mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
fix: winrm protocol public value display error
This commit is contained in:
parent
5b3b8f72cd
commit
f433e27a43
@ -85,12 +85,7 @@ export default {
|
||||
}
|
||||
},
|
||||
public: {
|
||||
disabled: this.protocol.name === 'winrm',
|
||||
hidden: (formValue) => {
|
||||
if (this.protocol.name === 'winrm') {
|
||||
formValue['public'] = false
|
||||
}
|
||||
}
|
||||
disabled: this.protocol.name === 'winrm'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user