* Display Connection State in Setting page
* memoize callback
* rendering and confirmaton
* setState API
* Input validation
* remove JSON step
* rename apiMethod to `updateState`
* test and adjust route
* skip if sync is running
* prevent state update when sync is running
* code editor component
* errors fixed
* scss style
* make linter happy
* Back to monaco editor
* Remove ability to edit state
* Adjust FE code
* Fix CSS problem
* Update airbyte-webapp/src/locales/en.json
Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
* just use PRE to render state for now
Co-authored-by: Tim Roes <tim@airbyte.io>
Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
* Update platform containers to use non-root users
* Update kube template for the webapp container to use port 8080
After having updated the webbapp nginx image to expose port 8080 instead of 80
* missing 80 -> 8080 changes
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>