feat:system basic 添加限制query接口返回数量 以及 添加新的标签页Nottication

This commit is contained in:
zhangyu
2020-11-19 18:20:31 +08:00
parent 10a385c0f4
commit ba188b9128
3 changed files with 234 additions and 5 deletions

View File

@@ -707,7 +707,8 @@ const en = {
timezone:'Timezone',
defaultCabinetUsize:'Cabinet U Size',
second:'second',
day:'day'
day:'day',
maxSeries:'Query max series',
},
email:{
email:'Email',
@@ -744,7 +745,7 @@ const en = {
link: {
link:'Link',
name: "Name",
url: "URL",
filePath: "FilePath",
operation: "Operation",
add: "Add",
update: "Update",
@@ -752,6 +753,18 @@ const en = {
nameMaxLength:'The length should be less than 64',
uriRequired:'Please fill in the correct url'
},
notification: {
notification:'Notification',
name: "Name",
filePath: "filePath",
operation: "Operation",
add: "Add",
update: "Update",
del: "Delete",
nameMaxLength:'The length should be less than 64',
uriRequired:'Required',
filePathReg:'Please enter the correct file path'
},
reset:{
reset:'Reset',
type:'Type',