Index: /branches/rel_avx_2_7_4/src/webui/webui/htdocs/new/src/avx/models/ha/__init__.py
===================================================================
--- /branches/rel_avx_2_7_4/src/webui/webui/htdocs/new/src/avx/models/ha/__init__.py	(revision 9029)
+++ /branches/rel_avx_2_7_4/src/webui/webui/htdocs/new/src/avx/models/ha/__init__.py	(working copy)
@@ -95,7 +95,7 @@
             if "keepalive_ip" not in rst:
                 rst["keepalive_ip"] = None
             if "vc_id" not in rst:
-                rst["vc_id"] = None
+                rst["vc_id"] = 0
             return rst
 
         def _update_ha(self, instance):
@@ -200,4 +200,4 @@
             for each_pk in pk_list:
                 result = self.cli.cmd('no ha alert mail "%s"' % each_pk["email_address"],
                                   BlankParser(nonblank_exception=CLICmdError, supplement=True))
-            return    
\ No newline at end of file
+            return    
