Skip to content

Commit

Permalink
feat(24143): add ui mapping to adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Jul 19, 2024
1 parent cb65ef3 commit de013e1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"ui:order": [ "destination", "qos", "*"],
"ui:collapsable": {
"titleKey": "destination"
},
"userProperties": {
"ui:field": "compactTable"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
"httpRequestBody": {
"ui:widget": "textarea"
},
"httpHeaders": {
"ui:field": "compactTable"
},
"ui:order": ["id", "*"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"startIdx": {
"ui:widget": "discovery:tagBrowser"
}
},
"userProperties": {
"ui:field": "compactTable"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
},
"node": {
"ui:widget": "discovery:tagBrowser"
},
"userProperties": {
"ui:field": "compactTable"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"ui:order": ["node", "mqtt-topic", "destination", "qos", "*"],
"ui:collapsable": {
"titleKey": "destination"
},
"userProperties": {
"ui:field": "compactTable"
}
}
}
Expand Down

0 comments on commit de013e1

Please sign in to comment.