-
fix: validate number input in renderQuotaNumberWithDigit and improve data handling in Detail page
Some checks failedPublish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelledPublish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelledLinux Release / release (push) Has been cancelledmacOS Release / release (push) Has been cancelledWindows Release / release (push) Has been cancelledreleased this
2024-12-25 23:16:35 +08:00 | 3734 commits to main since this release- Added input validation to ensure that the
numparameter inrenderQuotaNumberWithDigitis a valid number, returning 0 for invalid inputs. - Updated the
Detailcomponent to usedatum['rawQuota']instead ofdatum['Usage']for rendering quota values, ensuring more accurate data representation. - Enhanced data aggregation logic to handle cases where quota values may be missing or invalid, improving overall data integrity in charts and tables.
- Removed unnecessary time granularity calculations and streamlined the data processing for better performance.
Downloads
- Added input validation to ensure that the