@@ -1868,7 +1868,7 @@ var supportedConnectorsTemplates = [{
18681868 icon : "rethink.png" ,
18691869 description : "A sink connector to write Kafka data into RethinkDb" ,
18701870 uiEnabled : true ,
1871- color : "#28684b " ,
1871+ color : "#4A3A41 " ,
18721872 class : "com.datamountaineer.streamreactor.connect.rethink.sink.ReThinkSinkConnector" ,
18731873 template : [ {
18741874 step : "Basic Info" ,
@@ -2553,6 +2553,7 @@ var supportedConnectorsTemplates = [{
25532553 icon : "rethink.png" ,
25542554 class : "com.datamountaineer.streamreactor.connect.rethink.source.ReThinkSourceConnector" ,
25552555 description : "A Connector to source records from RethinkDb into kafka." ,
2556+ color : "#4A3A41" ,
25562557 uiEnabled : true
25572558 } ,
25582559 {
@@ -2561,6 +2562,7 @@ var supportedConnectorsTemplates = [{
25612562 icon : "coap.png" ,
25622563 class : "com.datamountaineer.streamreactor.connect.coap.source.CoapSourceConnector" ,
25632564 description : "A Connector to source records from Constrained Application Protocol services into Kafka." ,
2565+ color : "#3A3A3A" ,
25642566 uiEnabled : true
25652567 } ,
25662568 {
@@ -2569,6 +2571,7 @@ var supportedConnectorsTemplates = [{
25692571 icon : "blockchain-logo.jpg" ,
25702572 class : "com.datamountaineer.streamreactor.connect.blockchain.source.BlockchainSourceConnector" ,
25712573 description : "A Connector to source data from Blockchain into Kafka." ,
2574+ color : "#229BC7" ,
25722575 uiEnabled : true
25732576 } ,
25742577 {
@@ -2577,6 +2580,7 @@ var supportedConnectorsTemplates = [{
25772580 icon : "coap.png" ,
25782581 class : "com.datamountaineer.streamreactor.connect.coap.sink.CoapSinkConnector" ,
25792582 description : "A Connector to sink data from Kafka into Constrained Application Protocol services." ,
2583+ color : "#3A3A3A" ,
25802584 uiEnabled : true
25812585 } ,
25822586 {
@@ -2585,6 +2589,7 @@ var supportedConnectorsTemplates = [{
25852589 icon : "mongodb.png" ,
25862590 class : "com.datamountaineer.streamreactor.connect.mongodb.sink.MongoSinkConnector" ,
25872591 description : "A Connector to sink data from Kafka into MongoDB" ,
2592+ color : "#609959" ,
25882593 uiEnabled : true
25892594 }
25902595] ;
0 commit comments