You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: