diff options
author | Michael Lando <ml636r@att.com> | 2017-09-26 01:10:34 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-26 01:10:34 +0300 |
commit | 0f9ab4720104ad6dd904dee51b421a7bded0074f (patch) | |
tree | 3f2568f85639c46a18a0d2a8d19e775453736d15 /catalog-be/src/main | |
parent | 3168d167b6e63087e7171a29a0e1c2bfa92ce01c (diff) |
incorrect category location
Change-Id: I8e96fb3febb6ad108d6f76ef7a8f09543f2e70ba
Issue-Id: SDC-394
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main')
-rw-r--r-- | catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |