diff --git a/apimanager/methodrouting/templates/methodrouting/index.html b/apimanager/methodrouting/templates/methodrouting/index.html index 3652a531..0b5b33ec 100644 --- a/apimanager/methodrouting/templates/methodrouting/index.html +++ b/apimanager/methodrouting/templates/methodrouting/index.html @@ -45,6 +45,7 @@

{% trans "Method Routing" %}

+ {% elif method_routing.connector_name == "internal" %} @@ -54,6 +55,7 @@

{% trans "Method Routing" %}

+ {% elif method_routing.connector_name == "kafka_vSept2018" %} # This will be selected @@ -61,7 +63,8 @@

{% trans "Method Routing" %}

- + + {% elif method_routing.connector_name == "akka_vDec2018" %} # This will be selected @@ -69,6 +72,7 @@

{% trans "Method Routing" %}

+ {% elif method_routing.connector_name == "rest_vMar2019" %} # This will be selected @@ -76,6 +80,7 @@

{% trans "Method Routing" %}

+ {% elif method_routing.connector_name == "kafka_vMay2019" %} # This will be selected @@ -92,6 +97,16 @@

{% trans "Method Routing" %}

+ + {% elif method_routing.connector_name == "rabbitmq_vOct2024" %} + # This will be selected + + + + + + + {% endif %}