From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 9 Aug 2007 21:05:28 -0000 Subject: [Cluster-devel] conga/luci cluster/form-macros homebase/form-m ... Message-ID: <20070809210528.1242.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: rmccabe at sourceware.org 2007-08-09 21:05:28 Modified files: luci/cluster : form-macros luci/homebase : form-macros luci_homebase.css Log message: Fixes from the RHEL5 branch Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.207&r2=1.208 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.58&r2=1.59 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.41&r2=1.42 --- conga/luci/cluster/form-macros 2007/08/09 04:37:20 1.207 +++ conga/luci/cluster/form-macros 2007/08/09 21:05:28 1.208 @@ -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'" /> --- conga/luci/homebase/form-macros 2007/07/11 22:47:07 1.58 +++ conga/luci/homebase/form-macros 2007/08/09 21:05:28 1.59 @@ -493,8 +493,9 @@ Clusters - -
+
  • + @@ -509,15 +510,17 @@ tal:attributes=" name python:'__CLUSTER:X___' + cfname" /> - -
  • -
    + + + + -
    +

    Storage Systems

    - -
    +
  • + -
  • -
    -
    + + + + --- conga/luci/homebase/luci_homebase.css 2007/06/28 16:02:50 1.41 +++ conga/luci/homebase/luci_homebase.css 2007/08/09 21:05:28 1.42 @@ -12,12 +12,17 @@ float: left ! important; vertical-align: middle; background: #dee7ec; + margin-right: +.3333em; } input.pad_left { margin-left: +.3333em; } +input.pad_right { + margin-right: +.3333em; +} + td.pad_right { padding-right: +.6666em; }