Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/templates/network/cloud/azure/nic.html
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/templates/network/cloud/azure/nic.html	(revision 39594)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/templates/network/cloud/azure/nic.html	(working copy)
@@ -207,7 +207,7 @@
     }];
     // for displaying fields in each block
     var show_fields = ['src_nic_name', 'dest_nic_name'];
-    var is_show_field_title = true;
+    var is_hide_field_title = false;
 
     $('.add-btn').click(function() {
         var content = setContent(modal_fields);
@@ -300,7 +300,7 @@
                         dest_nic_name: res[index].to_nic_name
                     })
                 }
-                updateBlockList(config, show_fields, is_show_field_title);
+                updateBlockList(config, show_fields, is_hide_field_title);
             },
             error: function (xhr, textStatus, errorThrown) {
                 console.log(textStatus + "," + errorThrown + "," + xhr.responseText);
