Skip to content

Commit

Permalink
8101: Add ignore icon to automated analysis table
Browse files Browse the repository at this point in the history
Reviewed-by: schaturvedi, vpurnam
  • Loading branch information
aptmac committed Jul 15, 2023
1 parent eceb279 commit 952fb0d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
Expand Down Expand Up @@ -98,6 +98,8 @@ protected Image getImageTyped(IResult IResult) {
return image(ResultOverview.ICON_INFO);
case OK:
return image(ResultOverview.ICON_OK);
case IGNORE:
return image(ResultOverview.ICON_IGNORE);
case NA:
return image(ResultOverview.ICON_NA);
}
Expand Down

0 comments on commit 952fb0d

Please sign in to comment.