Skip to content

Commit

Permalink
SHIBUI-1942 Fixed integer field for proxy port
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 9, 2021
1 parent 7c42d99 commit 1297da3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"description": "tooltip.proxy-host"
},
"proxyPort": {
"type": "string",
"type": "integer",
"title": "label.proxy-port",
"description": "tooltip.proxy-port"
},
Expand Down
3 changes: 3 additions & 0 deletions ui/src/app/metadata/domain/provider/BaseProviderDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ export const HttpMetadataResolverAttributesSchema = {
options: DurationOptions,
'ui:placeholder': 'label.duration'
},
proxyPort: {
'ui:widget': 'updown'
},
httpClientRef: {
'ui:widget': 'hidden'
},
Expand Down

0 comments on commit 1297da3

Please sign in to comment.