fixed 节点库参数列表接口字段
This commit is contained in:
parent
956552e36f
commit
accecb3d0c
|
@ -1,7 +1,7 @@
|
||||||
json.status 0
|
json.status 0
|
||||||
json.message "success"
|
json.message "success"
|
||||||
|
|
||||||
json.extract! @node, :id, :name, :full_name, :description, :action_node_types_id, :is_local, :local_url, :yaml, :sort_no, :use_count, :node_type, :is_mutil_link, :link_type
|
json.extract! @node, :id, :name, :full_name, :description, :icon, :action_node_types_id, :is_local, :local_url, :yaml, :sort_no, :use_count, :label, :node_type, :is_mutil_link, :link_type
|
||||||
json.inputs @node.action_node_inputs do |node_input|
|
json.inputs @node.action_node_inputs do |node_input|
|
||||||
json.partial! "node_input", locals: { node_input: node_input, node: @node }
|
json.partial! "node_input", locals: { node_input: node_input, node: @node }
|
||||||
end
|
end
|
Loading…
Reference in New Issue