feat: add apikey field to hermes_services table structure and edit form
This commit is contained in:
parent
f7ef379a52
commit
5b4085e6fd
@ -61,6 +61,14 @@
|
|||||||
"type": "timestamp",
|
"type": "timestamp",
|
||||||
"nullable": "yes",
|
"nullable": "yes",
|
||||||
"comments": "Record last update timestamp"
|
"comments": "Record last update timestamp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "apikey",
|
||||||
|
"title": "API Key",
|
||||||
|
"type": "str",
|
||||||
|
"length": 255,
|
||||||
|
"nullable": "yes",
|
||||||
|
"comments": "API key for authenticating with the Hermes service"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
|
|||||||
@ -40,6 +40,13 @@
|
|||||||
"label": "Description",
|
"label": "Description",
|
||||||
"uitype": "str",
|
"uitype": "str",
|
||||||
"placeholder": "Optional description"
|
"placeholder": "Optional description"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "apikey",
|
||||||
|
"label": "API Key",
|
||||||
|
"uitype": "password",
|
||||||
|
"required": false,
|
||||||
|
"placeholder": "API key for authentication (optional)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"data_url": "/hermes-web-cli/hermes_services/?id={{query.service_id}}"
|
"data_url": "/hermes-web-cli/hermes_services/?id={{query.service_id}}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user