mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-19 07:18:11 +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: {
|
public: {
|
||||||
disabled: this.protocol.name === 'winrm',
|
disabled: this.protocol.name === 'winrm'
|
||||||
hidden: (formValue) => {
|
|
||||||
if (this.protocol.name === 'winrm') {
|
|
||||||
formValue['public'] = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user