Merge branch 'dev' of github.com:jumpserver/lina into dev

This commit is contained in:
Bai
2020-06-04 15:56:08 +08:00
3 changed files with 7 additions and 5 deletions

View File

@@ -622,7 +622,9 @@
"consult": "咨询",
"ImportLicense": "导入许可证",
"AssetCount": "资产数量",
"ImportLicenseTip": "请导入许可证"
"ImportLicenseTip": "请导入许可证",
"all": "全部",
"auto": "自动"
},
"settings": {
"setting": ""

View File

@@ -615,8 +615,8 @@
"AssetCount": "Asset count",
"ImportLicenseTip": "Please Import License",
"ApiKeyList": "Api key list",
"DateCreated": "",
"Create": ""
"all": "All",
"auto": "Auto"
},
"settings": {
"setting": ""

View File

@@ -71,8 +71,8 @@ export default {
label: this.$t('setting.terminalAssetListPageSize'),
type: 'select',
options: [
{ label: 'All', value: 'all' },
{ label: 'Auto', value: 'auto' },
{ label: this.$t('setting.all'), value: 'all' },
{ label: this.$t('setting.auto'), value: 'auto' },
{ label: '10', value: '10' },
{ label: '15', value: '15' },
{ label: '25', value: '25' },