Index: /branches/rel_avx_2_7_2/src/webui/webui/htdocs/new/src/avx/models/network/interface/__init__.py
===================================================================
--- /branches/rel_avx_2_7_2/src/webui/webui/htdocs/new/src/avx/models/network/interface/__init__.py	(revision 8837)
+++ /branches/rel_avx_2_7_2/src/webui/webui/htdocs/new/src/avx/models/network/interface/__init__.py	(working copy)
@@ -680,7 +680,7 @@
                 for each in result[1]:
                     match_flag = False
                     for item in result[0]:
-                        if item["port_name"] == each["port_index"] and 'no carrier' in each['status']:
+                        if item["port_name"] == each["port_index"] and 'down(Administratively down)' in each['status']:
                             match_flag = True
                             res.append({"port_name": item["port_name"], "shutdown_enable": True})
                             break
