Rearranged script hook UI

This commit is contained in:
Magnus Åhall 2025-08-08 15:36:32 +02:00
parent 5145830f65
commit 2cab8c3ddb
5 changed files with 177 additions and 50 deletions

View file

@ -93,7 +93,8 @@ func GetNode(nodeID int) (node Node, err error) { // {{{
SELECT
h.id,
to_jsonb(s) AS script,
ssh
ssh,
env
FROM hook h
INNER JOIN public.script s ON h.script_id = s.id
WHERE