From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 9 Aug 2007 20:26:13 -0000 Subject: [Cluster-devel] conga/luci/cluster form-macros Message-ID: <20070809202613.26287.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: rmccabe at sourceware.org 2007-08-09 20:26:12 Modified files: luci/cluster : form-macros Log message: Do not report cman is not running if 'service cman status' returns non-zero on account of fence_xvmd not running Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.90.2.29&r2=1.90.2.30 --- conga/luci/cluster/form-macros 2007/08/09 04:34:49 1.90.2.29 +++ conga/luci/cluster/form-macros 2007/08/09 20:26:11 1.90.2.30 @@ -3291,21 +3291,28 @@ - - - + + + + + + + + + + + name python: '__daemon__:' + daemon['name'] + ':'; + value daemon/name" /> + name python: '__daemon__:' + daemon['name'] + ':'; + value python: daemon['enabled'] == 'true' and '1' or '0'" /> + name python: '__daemon__:' + daemon['name'] + ':'; + checked python: daemon['enabled'] == 'true' and 'checked'" />