mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
fix: 修复站点监控通知通过webhook发送失败的bug
This commit is contained in:
@@ -235,9 +235,10 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
show: false
|
||||
},
|
||||
column: {
|
||||
width: 100,
|
||||
width: 110,
|
||||
sorter: true,
|
||||
show: false
|
||||
show: true,
|
||||
align: "center"
|
||||
}
|
||||
},
|
||||
certExpiresTime: {
|
||||
|
||||
Reference in New Issue
Block a user