From: Michael Lando Date: Mon, 25 Sep 2017 22:10:34 +0000 (+0300) Subject: incorrect category location X-Git-Tag: 1.0.0-Amsterdam~128 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0f9ab4720104ad6dd904dee51b421a7bded0074f;p=sdc.git incorrect category location Change-Id: I8e96fb3febb6ad108d6f76ef7a8f09543f2e70ba Issue-Id: SDC-394 Signed-off-by: Michael Lando --- diff --git a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml index 4c7ca11f13..5a0c7a4dc1 100644 --- a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml +++ b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml @@ -87,6 +87,9 @@ resources: Rules: name: "Rules" icons: ['networkrules','securityrules'] + NetworkService: + name: "Network Service" + icons: ['network'] NetworkConnectivity: name: "Network Connectivity" subcategories: @@ -146,7 +149,4 @@ resources: icons: ['contrail_route'] SecurityZone: name: "Security Zone" - icons: ['security_zone'] - NetworkService: - name: "Network Service" - icons: ['network'] \ No newline at end of file + icons: ['security_zone'] \ No newline at end of file