Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit c27f8e8

Browse files
author
Libor Zoubek
committed
Bug 1145031 - Managed Component's error triangle should be more visible
changed triangle icon to yellow/orange triangle (cherry picked from commit 8ebbab8) Signed-off-by: Libor Zoubek <lzoubek@redhat.com>
1 parent 272c2b5 commit c27f8e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class ResourceTitleBar extends EnhancedVLayout {
7878
private static final String COLLAPSED_ICON = "[SKIN]/ListGrid/row_collapsed.png";
7979
private static final String COLLAPSED_TOOLTIP = MSG.view_portlet_inventory_tooltip_expand();
8080
private static final String EXPANDED_TOOLTIP = MSG.view_portlet_inventory_tooltip_collapse();
81-
private static final String PLUGIN_ERRORS_ICON = "[SKIN]/Dialog/warn.png";
81+
private static final String PLUGIN_ERRORS_ICON = "subsystems/inventory/Resource_warn.png";
8282
//private static final String LOADING_ICON = "[SKIN]/loading.gif";
8383

8484
private Img expandCollapseArrow;
341 Bytes
Loading

0 commit comments

Comments
 (0)