From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 4 Oct 2006 16:10:22 -0000 Subject: [Cluster-devel] conga/luci/cluster form-macros index_html Message-ID: <20061004161022.805.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 Changes by: jparsons at sourceware.org 2006-10-04 16:10:22 Modified files: luci/cluster : form-macros index_html Log message: minor additions Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.75&r2=1.76 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&r1=1.16&r2=1.17 --- conga/luci/cluster/form-macros 2006/10/02 20:21:47 1.75 +++ conga/luci/cluster/form-macros 2006/10/04 16:10:22 1.76 @@ -893,6 +893,7 @@ global ricci_agent python: here.getRicciAgentForCluster(request); global nodestatus python: here.getClusterStatus(ricci_agent); global nodeinfo python: here.getNodeInfo(modelb, nodestatus, request); + global fenceinfo python: here.getFenceInfo(modelb, request); global status_class python: 'node_' + (nodeinfo['nodestate'] == '0' and 'active' or (nodeinfo['nodestate'] == '1' and 'inactive' or 'unknown')); global cluster_node_status_str python: (nodeinfo['nodestate'] == '0' and 'Cluster member' or (nodeinfo['nodestate'] == '1' and 'Currently not a cluster participant' or 'This node is not responding'));" /> @@ -1022,6 +1023,10 @@

Fencing

+ +

Main fencing has fences

+

Backup fencing has fences

--- conga/luci/cluster/index_html 2006/09/27 22:24:11 1.16 +++ conga/luci/cluster/index_html 2006/10/04 16:10:22 1.17 @@ -35,6 +35,11 @@ + + + @@ -44,12 +49,7 @@ - - - - + A slot where you can insert elements in the header from a template