Fix display of properties related to backup size#8845
Fix display of properties related to backup size#8845DaanHoogland merged 4 commits intoapache:4.19from
Conversation
|
@bernardodemarco |
Yes, they are in the PR's description. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #8845 +/- ##
============================================
- Coverage 30.13% 4.38% -25.76%
============================================
Files 5355 361 -4994
Lines 376690 28666 -348024
Branches 54815 5000 -49815
============================================
- Hits 113533 1258 -112275
+ Misses 248185 27269 -220916
+ Partials 14972 139 -14833
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
@sureshanaparti can we merge this one? |


Description
In the backup details page, the properties
SizeandVirtual Sizeare being displayed in bytes, and the propertyDisk size (in GB)is being displayed in kilobytes.This PR converts these values into a more readable format, so that they match the displayed units. Thus, a pop-up has been added to each one of the properties to display their values in bytes.
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
Before the changes
After the changes with closed pop-ups
After the changes with opened pop-ups
How Has This Been Tested?
DummyBackupProvider.