-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gateway General Settings Page #763
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some small things.
error: '', | ||
initialValues: {}, | ||
mapErrorsToFields: {}, | ||
formRef: undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
formRef: undefined, |
?
}, | ||
dispatch => ({ | ||
onDeleteSuccess: () => dispatch(replace('/console/gateways')), | ||
updateGateway: (id, patch) => dispatch(updateGateway(id, patch)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updateGateway: (id, patch) => dispatch(updateGateway(id, patch)), | |
updateGateway, |
<Row> | ||
<Col lg={8} md={12}> | ||
<IntlHelmet | ||
title={sharedMessages.addGateway} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title={sharedMessages.addGateway} | |
title={sharedMessages.generalSettings} |
1adffa6
to
341cab2
Compare
Summary
Closes #749
This PR adds the Gateway General Settings Page
Changes
<GatewayDataForm />
<GatewayGeneralSettigns />
<GatewayAdd />
Notes for Reviewers
Is it fine to put the form to
/console/components
or is it more suitable forcontainers
?Release Notes