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

Memory unit shown 'undefined' in ui #211

Open
bhanvimenghani opened this issue Nov 11, 2024 · 0 comments
Open

Memory unit shown 'undefined' in ui #211

bhanvimenghani opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working remote_monitoring

Comments

@bhanvimenghani
Copy link
Contributor

Problem Faced:
The memory unit in ui comes as "undefined" for certain input cases.
image

Expectations / Delivery Requirements:
undefined on the ui should not be displayed in any case.

Backstory/logic
api call does not have memory in bytes it has it in mib already, ui was not prepared for this, ui function assumed that the input will always be in bytes and thus this becomes an edge case which needs to be handled on ui itself. We need to check what is the unit and based on that - update the units.

@shreyabiradar07 shreyabiradar07 self-assigned this Nov 11, 2024
@shreyabiradar07 shreyabiradar07 added bug Something isn't working remote_monitoring labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working remote_monitoring
Projects
None yet
Development

No branches or pull requests

2 participants