mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-22 07:55:37 +00:00
fix: operations marked as 'warn' rather than 'error' for partial backups
This commit is contained in:
@@ -301,6 +301,10 @@ export const detailsForOperation = (
|
||||
state = "error";
|
||||
color = "red";
|
||||
break;
|
||||
case OperationStatus.STATUS_WARNING:
|
||||
state = "warning";
|
||||
color = "orange";
|
||||
break;
|
||||
case OperationStatus.STATUS_SUCCESS:
|
||||
state = "";
|
||||
color = "green";
|
||||
|
||||
Reference in New Issue
Block a user