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
Problem Faced:
The memory unit in ui comes as "undefined" for certain input cases.
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.
The text was updated successfully, but these errors were encountered:
Problem Faced:
The memory unit in ui comes as "undefined" for certain input cases.
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.
The text was updated successfully, but these errors were encountered: