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