diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-08-28 10:12:58 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-08-28 10:19:22 +0300 |
commit | dafa368c6b069f86bf67265d5b17c69a06ca787b (patch) | |
tree | 446b71829c358d2eeac19f71b1876e46561efaa8 /catalog-be/src/main | |
parent | 8e91e02e2c9c8e951cb74910aa9d30a9ecb9d650 (diff) |
BRG Category
Change-Id: I9ac88bae14227fb687d0520da349b2c72c7b1ead
Issue-ID: SDC-2535
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'catalog-be/src/main')
-rw-r--r-- | catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml | 3 |
1 files changed, 3 insertions, 0 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 bb59cc41b8..e3851a3539 100644 --- a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml +++ b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml @@ -150,6 +150,9 @@ resources: TunnelXConnect: name: "TunnelXConn" icons: ['tunnel_x_connect'] + BRG: + name: "BRG" + icons: ['brg'] IpMuxDemux: name: "IP Mux Demux" icons: ['ip_mux_demux'] |