mirror of
https://github.com/jumpserver/lina.git
synced 2025-11-12 21:34:02 +00:00
Compare commits
2 Commits
pr@v3@fix_
...
v3.10.17
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebc4f87080 | ||
|
|
dc0a0ae868 |
@@ -85,7 +85,12 @@ export default {
|
||||
}
|
||||
},
|
||||
public: {
|
||||
disabled: this.protocol.name === 'winrm'
|
||||
disabled: this.protocol.name === 'winrm',
|
||||
hidden: (formValue) => {
|
||||
if (this.protocol.name === 'winrm') {
|
||||
formValue['public'] = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ export default {
|
||||
</a>`
|
||||
const treeActions = `${showSearch ? searchIcon : ''}${showRefresh ? refreshIcon : ''}`
|
||||
const icons = `
|
||||
<span style="float: right; margin-right: 10px">
|
||||
<span>
|
||||
${treeActions}
|
||||
</span>`
|
||||
if (rootNode) {
|
||||
|
||||
@@ -81,7 +81,7 @@ export default {
|
||||
},
|
||||
{
|
||||
label: this.$t('common.Version'),
|
||||
value: 'version-dev'
|
||||
value: 'v3.10.17'
|
||||
},
|
||||
{
|
||||
label: this.$t('common.PermissionCompany'),
|
||||
|
||||
Reference in New Issue
Block a user