diff --git a/apimanager/methodrouting/templates/methodrouting/index.html b/apimanager/methodrouting/templates/methodrouting/index.html
index 0b5b33e..48ab869 100644
--- a/apimanager/methodrouting/templates/methodrouting/index.html
+++ b/apimanager/methodrouting/templates/methodrouting/index.html
@@ -40,69 +40,39 @@
{% if method_routing.connector_name == "mapped" %}
# This will be selected
-
-
{% elif method_routing.connector_name == "internal" %}
-
-
- {% elif method_routing.connector_name == "kafka_vSept2018" %}
- # This will be selected
-
-
-
-
-
-
-
{% elif method_routing.connector_name == "akka_vDec2018" %}
- # This will be selected
-
-
{% elif method_routing.connector_name == "rest_vMar2019" %}
# This will be selected
-
-
- {% elif method_routing.connector_name == "kafka_vMay2019" %}
- # This will be selected
-
-
-
-
-
-
{% elif method_routing.connector_name == "stored_procedure_vDec2019" %}
# This will be selected
-
-
{% elif method_routing.connector_name == "rabbitmq_vOct2024" %}
# This will be selected
-
-