Rearranged script hook UI
This commit is contained in:
parent
5145830f65
commit
2cab8c3ddb
5 changed files with 177 additions and 50 deletions
3
node.go
3
node.go
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue