From 692489cc50c8025ede1646627a7a583a4feb3798 Mon Sep 17 00:00:00 2001 From: yayogev Date: Thu, 31 Aug 2017 16:45:23 +0300 Subject: US2876 handle SSH errors ido not stop, but report as 'completed with errors' if there were any errors in SSH calls Change-Id: Ice7e6c4324686adc2d9eec27a9b6187f0fe6808f Signed-off-by: yayogev --- ui/imports/api/constants/data/scans-statuses.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/imports') diff --git a/ui/imports/api/constants/data/scans-statuses.js b/ui/imports/api/constants/data/scans-statuses.js index 778f256..d61c8f3 100644 --- a/ui/imports/api/constants/data/scans-statuses.js +++ b/ui/imports/api/constants/data/scans-statuses.js @@ -18,6 +18,9 @@ export const Statuses = [{ }, { value: 'completed', label: 'Completed', +}, { + value: 'completed_with_errors', + label: 'Completed with errors', }, { value: 'failed', label: 'Failed', -- cgit 1.2.3-korg