mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-11 03:40:24 +08:00
fix: i18n
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
v-if="$props.protocol == MachineProtocolEnum.Ssh.value"
|
||||
prop="username"
|
||||
:label="$t('machine.user')"
|
||||
min-width="55"
|
||||
min-width="70"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
</el-table-column>
|
||||
@@ -197,7 +197,7 @@
|
||||
v-if="$props.protocol == MachineProtocolEnum.Ssh.value"
|
||||
prop="groupname"
|
||||
:label="$t('machine.group')"
|
||||
min-width="55"
|
||||
min-width="70"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user