Skip to content
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

Add an API endpoint to the hypervisor for checking the config of the apps #270

Closed
Senyoret1 opened this issue Mar 28, 2020 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@Senyoret1
Copy link
Contributor

Feature description
It is possible to change the config of the apps with the /api/visor/{key}/apps/{app} API endpoint, but the hypervisor does not have an endpoint for checking the current config of an app. This means that the manager UI can show options for changing the config, but the user will always see empty forms, which is not very good for the UX, as the expected behavior is to see the form filled with the current config.

Describe the solution you'd like
Add an API endpoint for checking the current config of an app. However, some care would be needed with sensitive data, like passwords.

@evanlinjin evanlinjin self-assigned this Apr 8, 2020
@evanlinjin evanlinjin added the enhancement New feature or request label Apr 8, 2020
@jdknives
Copy link
Member

jdknives commented Apr 9, 2020

@Senyoret1 just merged. I think you can work on the frontend for that.

@jdknives jdknives closed this as completed Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants