style:修改更多选项的样式
fix:修改param 可以输入空格的问题
This commit is contained in:
@@ -104,7 +104,8 @@ const en = {
|
||||
stackBack: 'Back to original chart'
|
||||
},
|
||||
SyncSave: 'Save&Sync',
|
||||
copySuccess: 'Copy success'
|
||||
copySuccess: 'Copy success',
|
||||
moreOption: 'More options'
|
||||
},
|
||||
pageSize: '/page',
|
||||
setup: {
|
||||
@@ -642,7 +643,7 @@ const en = {
|
||||
dc: 'DataCenter',
|
||||
type: 'typeIds',
|
||||
state: 'state',
|
||||
endpoint: 'Endpoint',
|
||||
endpoint: 'Endpoint'
|
||||
},
|
||||
tagTableTitle: {
|
||||
projectName: 'Project name', // '系统名称'
|
||||
@@ -908,10 +909,10 @@ const en = {
|
||||
lng: 'longitude',
|
||||
zoom: 'zoom',
|
||||
lnglat: 'coordinate',
|
||||
sysLogo:'System logo',
|
||||
scrapeTimeout:"Scrape timeout",
|
||||
snmpTrapPort:"SNMP trap port",
|
||||
logoTip:'Logo format only can be jpg、jpeg、png,and less than 2M'
|
||||
sysLogo: 'System logo',
|
||||
scrapeTimeout: 'Scrape timeout',
|
||||
snmpTrapPort: 'SNMP trap port',
|
||||
logoTip: 'Logo format only can be jpg、jpeg、png,and less than 2M'
|
||||
},
|
||||
email: {
|
||||
email: 'Email',
|
||||
@@ -921,7 +922,7 @@ const en = {
|
||||
smtpAccount: 'SMTP account',
|
||||
smtpPwd: 'SMTP password',
|
||||
sendAccount: 'Send account',
|
||||
timeout:"Timeout",
|
||||
timeout: 'Timeout',
|
||||
testAccount: 'Test account',
|
||||
useSSL: 'SSL',
|
||||
useTLS: 'TLS',
|
||||
@@ -936,10 +937,10 @@ const en = {
|
||||
terminal: {
|
||||
terminal: 'Terminal',
|
||||
terminalNum: 'Max terminal number',
|
||||
timeout:"Timeout",
|
||||
userTip:"Telnet user prompt",
|
||||
pinTip:"Ternet password prompt",
|
||||
localRetention:"Local retention",
|
||||
timeout: 'Timeout',
|
||||
userTip: 'Telnet user prompt',
|
||||
pinTip: 'Ternet password prompt',
|
||||
localRetention: 'Local retention'
|
||||
},
|
||||
ldap: {
|
||||
ldap: 'LDAP',
|
||||
@@ -953,7 +954,7 @@ const en = {
|
||||
map: 'Attribute mapping',
|
||||
mapTip: 'Attribute mapping represents how to map LDAP user attributes to NEZHA users; username,email are the attributes of NEZHA',
|
||||
active: 'LDAP authentication',
|
||||
timeout:"Timeout"
|
||||
timeout: 'Timeout'
|
||||
},
|
||||
link: {
|
||||
link: 'Link',
|
||||
@@ -1003,7 +1004,7 @@ const en = {
|
||||
create: 'Creator',
|
||||
creatAt: 'Create at',
|
||||
expireAt: 'Expire at',
|
||||
noExpire: 'No expiration date',
|
||||
noExpire: 'No expiration date'
|
||||
}
|
||||
},
|
||||
assetType: {
|
||||
|
||||
Reference in New Issue
Block a user