Skip to content

Commit

Permalink
fix for displaying shadow icons..
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 27, 2016
1 parent 16a0874 commit 4109e63
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -123,6 +123,8 @@ public static <T extends ObjectType> IColumn<SelectableBean<T>, String> createIc
return getOrgIconColumn();
} else if (ServiceType.class.equals(type)) {
return getServiceIconColumn();
} else if (ShadowType.class.equals(type)) {
return getShadowIconColumn();
} else if (type.equals(TaskType.class)) {
return getTaskIconColumn();
} else if (type.equals(ResourceType.class)) {
Expand Down

0 comments on commit 4109e63

Please sign in to comment.