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>
diff --git a/ui-react/src/OnapClamp.js b/ui-react/src/OnapClamp.js
index a8cc215..506f6e0 100644
--- a/ui-react/src/OnapClamp.js
+++ b/ui-react/src/OnapClamp.js
@@ -29,7 +29,7 @@
 export default class OnapClamp extends LoopUI {
 	
 	render() {
-		console.log("Onap Clamp UI starting");
+		console.info("Onap Clamp UI starting");
 		return (
 		<ThemeProvider theme={DefaultClampTheme}>
 			{super.render()}