From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 12 Jun 2007 15:21:47 -0000 Subject: [Cluster-devel] conga/luci/cluster form-macros index_html Message-ID: <20070612152147.27661.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: EXPERIMENTAL Changes by: rmccabe at sourceware.org 2007-06-12 15:21:46 Modified files: luci/cluster : form-macros index_html Log message: Fix 239389: conga cluster: make 'enable shared storage' the default Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.198.2.4&r2=1.198.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/index_html.diff?cvsroot=cluster&only_with_tag=EXPERIMENTAL&r1=1.32.2.1&r2=1.32.2.2 --- conga/luci/cluster/form-macros 2007/06/07 06:41:04 1.198.2.4 +++ conga/luci/cluster/form-macros 2007/06/12 15:21:46 1.198.2.5 @@ -3701,7 +3701,7 @@ + checked add_cluster/shared_storage | string:checked" /> Enable Shared Storage Support @@ -4436,13 +4436,14 @@ global global_resources python: here.getResourcesInfo(modelb, request); global sstat python: here.getClusterStatus(request, ricci_agent); global sinfo python: here.getServiceInfo(sstat, modelb, request); + global resource_list sinfo/resource_list | python:[]; global running sinfo/running | nothing" /> var uuid_list = ; var global_resources = ; - var active_resources = ; - var resource_names = ; + var active_resources = ; + var resource_names = ; @@ -4550,7 +4551,7 @@
-
--- conga/luci/cluster/index_html 2007/06/07 06:41:05 1.32.2.1 +++ conga/luci/cluster/index_html 2007/06/12 15:21:46 1.32.2.2 @@ -38,14 +38,7 @@ resmap python:here.getClusterOS(ri_agent); global isVirtualized resmap/isVirtualized | nothing; global os_version resmap/os | nothing; - global isBusy python:here.isClusterBusy(request); - global firsttime request/busyfirst | nothing" /> - - - - - + global isBusy python:here.isClusterBusy(request)" /> @@ -233,23 +226,6 @@ End of main content block - -