diff options
author | Michael Lando <ml636r@att.com> | 2017-09-26 01:12:47 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-26 01:12:47 +0300 |
commit | 49d34b776677ca50c1d5b464d7b7b6dfe4c685c0 (patch) | |
tree | c656d69eea1e0270e6ae9144444b2b261153f5f2 /catalog-be/src | |
parent | d73e31e7ad477739d34f56a0484acce844338cc4 (diff) |
incorrect category location
Change-Id: Ic529c546dcf9b5b7a431ac4c2f0369a3c1717120
Issue-Id: SDC-394
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src')
-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 |