mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
Merge branch 'dev' of github.com:jumpserver/lina into dev
This commit is contained in:
@@ -622,7 +622,9 @@
|
|||||||
"consult": "咨询",
|
"consult": "咨询",
|
||||||
"ImportLicense": "导入许可证",
|
"ImportLicense": "导入许可证",
|
||||||
"AssetCount": "资产数量",
|
"AssetCount": "资产数量",
|
||||||
"ImportLicenseTip": "请导入许可证"
|
"ImportLicenseTip": "请导入许可证",
|
||||||
|
"all": "全部",
|
||||||
|
"auto": "自动"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"setting": ""
|
"setting": ""
|
||||||
|
@@ -615,8 +615,8 @@
|
|||||||
"AssetCount": "Asset count",
|
"AssetCount": "Asset count",
|
||||||
"ImportLicenseTip": "Please Import License",
|
"ImportLicenseTip": "Please Import License",
|
||||||
"ApiKeyList": "Api key list",
|
"ApiKeyList": "Api key list",
|
||||||
"DateCreated": "",
|
"all": "All",
|
||||||
"Create": ""
|
"auto": "Auto"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"setting": ""
|
"setting": ""
|
||||||
|
@@ -71,8 +71,8 @@ export default {
|
|||||||
label: this.$t('setting.terminalAssetListPageSize'),
|
label: this.$t('setting.terminalAssetListPageSize'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
options: [
|
options: [
|
||||||
{ label: 'All', value: 'all' },
|
{ label: this.$t('setting.all'), value: 'all' },
|
||||||
{ label: 'Auto', value: 'auto' },
|
{ label: this.$t('setting.auto'), value: 'auto' },
|
||||||
{ label: '10', value: '10' },
|
{ label: '10', value: '10' },
|
||||||
{ label: '15', value: '15' },
|
{ label: '15', value: '15' },
|
||||||
{ label: '25', value: '25' },
|
{ label: '25', value: '25' },
|
||||||
|
Reference in New Issue
Block a user