Support for Nested/Hierarchical Services
[sdc.git] / catalog-ui / src / app / ng2 / services / component-services / topology-template.service.ts
index cf30ea8..fde1109 100644 (file)
@@ -465,6 +465,7 @@ export class TopologyTemplateService {
         switch (componentType) {
             case ComponentType.SERVICE:
             case ComponentType.SERVICE_PROXY:
+            case ComponentType.SERVICE_SUBSTITUTION:
                 return ServerTypeUrl.SERVICES;
             default:
                 return ServerTypeUrl.RESOURCES;