mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
* Move Phase to right under Metadata(name/namespace/label/annotations) * Move Validation errors: section right after Phase: section and only show it if the item has a phase of FailedValidation * For restores move Warnings and Errors under Validation errors. Do not show Warnings or Errors if there are none. Signed-off-by: DheerajSShetty <dheerajs@vmware.com> Fixes #987