mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
chore: project
This commit is contained in:
@@ -556,6 +556,20 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
},
|
||||
},
|
||||
},
|
||||
ipAddress: {
|
||||
title: t("certd.monitor.ipAddress"),
|
||||
search: {
|
||||
show: false,
|
||||
},
|
||||
type: "text",
|
||||
form: {
|
||||
helper: t("certd.monitor.ipAddressHelper"),
|
||||
},
|
||||
column: {
|
||||
width: 150,
|
||||
sorter: true,
|
||||
},
|
||||
},
|
||||
groupId: {
|
||||
title: t("certd.fields.group"),
|
||||
type: "dict-select",
|
||||
|
||||
Reference in New Issue
Block a user