Support for Nested/Hierarchical Services
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / sdc-element-icon / sdc-element-icon.component.ts
index dd48af2..fc81a5b 100644 (file)
@@ -40,6 +40,7 @@ export class SdcElementIconComponent {
                 this.elementIcon = new ElementIcon(this.iconName, "services_24", "lightBlue");
                 break;
             case ComponentType.SERVICE_PROXY:
+            case ComponentType.SERVICE_SUBSTITUTION:
                 this.elementIcon = new ElementIcon(this.iconName, "services_24", "white", "primary");
                 break;
             case ResourceType.CONFIGURATION: