Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/hive/model/ajax.py
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/hive/model/ajax.py	(revision 38608)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/hive/model/ajax.py	(working copy)
@@ -1202,7 +1202,7 @@
         except TemplateNotFound:
             if group_basic:
                 template = env.get_template('/box_' + sub_action + '_group.html')
-            elif 'loadbalancing/slb/vs/protocols/' in self.request.path and sub_action == "instance_config":
+            elif 'loadbalancing/slb/vs/protocols/' in self.request.path and sub_action == "instance_config" and "L2IPVirtualService" not in self.request.path:
                 template = env.get_template('loadbalancing/slb/vs/protocols/OtherVirtualService/box_instance_config.html')
             else:
                 template = env.get_template('/box_' + sub_action + '.html')
