webhook ui small impr

This commit is contained in:
Yuri Kuznetsov
2024-02-20 12:25:54 +02:00
parent e546509f53
commit b02e2f72b6
2 changed files with 3 additions and 1 deletions
@@ -1,5 +1,6 @@
{
"controller": "controllers/record",
"inlineEditDisabled": true,
"recordViews": {
"list": "views/webhook/record/list"
},
@@ -9,7 +9,8 @@
"url": {
"type": "varchar",
"maxLength": 512,
"required": true
"required": true,
"copyToClipboard": true
},
"isActive": {
"type": "bool",