Add generic svg selection 78/91678/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 18 Jul 2019 13:23:13 +0000 (15:23 +0200)
committersebdet <sebastien.determe@intl.att.com>
Thu, 18 Jul 2019 13:23:58 +0000 (15:23 +0200)
commit5f6c178c3eaea6fffe7d46ca3c75dcb0ffa92755
tree1712c36074719f4a8eaf3dd601b3cf29a88d685a
parent0ce38c26f68efa97f7d16ec9bbba5888982d97ba
Add generic svg selection

Add a converter that maps each component to a dialog type, so that each
component in the SVG can be mapped to a dialog if needed

Issue-ID: CLAMP-423
Change-Id: I2dc2517048ffd911f70c64b07216aa988bcb4fe0
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
ui-react/src/LoopUI.js
ui-react/src/OnapClamp.js
ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js
ui-react/src/components/loop_viewer/svg/LoopComponentConverter.js [new file with mode: 0644]
ui-react/src/components/loop_viewer/svg/LoopSvg.js