mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 23:59:02 +00:00
perf: Cloud account strategy translate
This commit is contained in:
@@ -186,7 +186,7 @@ export default {
|
||||
let status = true
|
||||
const labelMap = {
|
||||
platform: this.$tc('Platform'), domain: this.$tc('Zone'),
|
||||
name_strategy: this.$tc('NameStrategy')
|
||||
name_strategy: this.$tc('Strategy')
|
||||
}
|
||||
this.tableConfig.totalData.map(item => {
|
||||
const iValue = item.value?.id || item.value
|
||||
|
@@ -6,7 +6,7 @@ export const resourceTypeOptions = [
|
||||
{ label: i18n.t('Node'), value: 'node' },
|
||||
{ label: i18n.t('Zone'), value: 'domain' },
|
||||
{ label: i18n.t('AccountTemplate'), value: 'account_template' },
|
||||
{ label: i18n.t('NameStrategy'), value: 'name_strategy' }
|
||||
{ label: i18n.t('Strategy'), value: 'name_strategy' }
|
||||
]
|
||||
|
||||
export const instanceAttrOptions = [
|
||||
|
Reference in New Issue
Block a user