Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/ha/units/__init__.py
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/ha/units/__init__.py	(revision 39834)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/ha/units/__init__.py	(working copy)
@@ -651,6 +651,7 @@
             for each_pk in pk_list:
                 result = self.cli.cmd('no ha unit "%(name)s"' % each_pk,
                             RegexParser('No such unit', MATCHONE, match_exception=CLICmdNormal, exclusive=True),
+                            RegexParser('Unit "%(name)s" not found' % each_pk, MATCHONE, match_exception=CLICmdNormal, exclusive=True),
                             BlankParser(nonblank_exception=CLICmdError, supplement=True))
             return
 
