Skip to content

Commit

Permalink
port: beginskill uischema fix
Browse files Browse the repository at this point in the history
Fixes #3853
  • Loading branch information
Josh Gummersall committed Jul 8, 2021
1 parent 0fdf7c4 commit bfa84f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@
},
"flow": {
"widget": "ActionCard",
"colors": {
"theme": "#004578",
"color": "#FFFFFF",
"icon": "#FFFFFF"
},
"icon": "Library",
"body": {
"widget": "ResourceOperation",
"operation": "Host",
"resource": "=coalesce(action.skillEndpoint, \"?\")",
"singleline": true
},
"header": {
"widget": "ActionHeader",
"colors": {
"theme": "#004578",
"color": "#FFFFFF",
"icon": "#FFFFFF"
},
"icon": "Library"
},
"footer": {
"widget": "PropertyDescription",
"property": "=action.resultProperty",
Expand Down
15 changes: 9 additions & 6 deletions libraries/tests.uischema
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,21 @@
"singleline": true,
"widget": "ResourceOperation"
},
"colors": {
"color": "#FFFFFF",
"icon": "#FFFFFF",
"theme": "#004578"
},
"footer": {
"description": "= Result",
"property": "=action.resultProperty",
"widget": "PropertyDescription"
},
"header": {
"colors": {
"color": "#FFFFFF",
"icon": "#FFFFFF",
"theme": "#004578"
},
"icon": "Library",
"widget": "ActionHeader"
},
"hideFooter": "=!action.resultProperty",
"icon": "Library",
"widget": "ActionCard"
},
"form": {
Expand Down

0 comments on commit bfa84f9

Please sign in to comment.