diff options
Diffstat (limited to 'DomainDig/BatchResultsView.swift')
| -rw-r--r-- | DomainDig/BatchResultsView.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DomainDig/BatchResultsView.swift b/DomainDig/BatchResultsView.swift index 03bc7c4..6bf18c0 100644 --- a/DomainDig/BatchResultsView.swift +++ b/DomainDig/BatchResultsView.swift @@ -115,6 +115,9 @@ struct BatchResultRowView: View { if result.changeSeverity == .medium || result.certificateWarningLevel == .warning { return .yellow } + if result.quickStatus == "Changed" { + return .blue + } return .green case .failed: return .red |
