From 6c0b9953203983e128b0267697120a25716da128 Mon Sep 17 00:00:00 2001 From: Hongwei Date: Fri, 9 May 2025 11:34:23 +0200 Subject: [PATCH] refactor/cleaned up connector options in method routing --- .../templates/methodrouting/index.html | 30 ------------------- 1 file changed, 30 deletions(-) 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 - -