Compare commits

..

2 Commits

Author SHA1 Message Date
fit2bot
ebc4f87080 feat: Update v3.10.17 2025-01-02 15:29:55 +08:00
zhaojisen
dc0a0ae868 Fixed: Change Tree Icon Position 2025-01-02 14:58:43 +08:00
5 changed files with 1823 additions and 1817 deletions

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
dc0a0ae868cc8c9fb2afb9bf2d749f0cef34ea93

View File

@@ -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
}
}
}
}
}

View File

@@ -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) {

View File

@@ -81,7 +81,7 @@ export default {
},
{
label: this.$t('common.Version'),
value: 'version-dev'
value: 'v3.10.17'
},
{
label: this.$t('common.PermissionCompany'),

3628
yarn.lock

File diff suppressed because it is too large Load Diff