From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 1 Aug 2006 16:26:46 -0000 Subject: [Cluster-devel] conga/luci/homebase form-macros luci_homebase.css Message-ID: <20060801162646.21601.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 2006-08-01 16:26:43 Modified files: luci/homebase : form-macros luci_homebase.css Log message: interface and wording tweaks Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.32&r2=1.33 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.8&r2=1.9 --- conga/luci/homebase/form-macros 2006/07/31 17:46:32 1.32 +++ conga/luci/homebase/form-macros 2006/08/01 16:26:42 1.33 @@ -1,7 +1,7 @@ - $Id: form-macros,v 1.32 2006/07/31 17:46:32 rmccabe Exp $ + $Id: form-macros,v 1.33 2006/08/01 16:26:42 rmccabe Exp $ @@ -55,7 +55,6 @@ Delete a User - + @@ -213,32 +212,16 @@ checked python:perms[curUser]['cluster'][c] and 'checked' or None; name python:'__CLUSTER:' + cfname; id python:'__CLUSTER' + str(num_clusters); - onChange python: 'checkChildren(\'' + cfname + '\', this)'; value python: c" /> - - -
- - -
-

Storage Systems

- -
+
-
- +
- +
@@ -305,12 +287,16 @@

- Remove Systems and Clusters + Manage Systems and Clusters

+

+ Check storage systems and clusters to remove from the Luci management interface. +

+

Clusters

@@ -363,7 +349,7 @@ tal:attributes="value python: num_clusters + 1" />
- +
@@ -398,7 +384,7 @@
-

Add a Storage System

+

Add a System

@@ -412,7 +398,7 @@ System Hostname - Password + Root Password @@ -425,7 +411,7 @@
- +
@@ -548,7 +534,7 @@ tal:attributes="value python: sysNum" />
- +
@@ -579,7 +565,7 @@ -

Manage an Existing Cluster

+

Add an Existing Cluster

Enter one node from the cluster you wish to add to the Luci management interface.

@@ -587,7 +573,7 @@ System Hostname - Password + Root Password --- conga/luci/homebase/luci_homebase.css 2006/07/18 19:25:20 1.8 +++ conga/luci/homebase/luci_homebase.css 2006/08/01 16:26:42 1.9 @@ -1,4 +1,4 @@ -/* $Id: luci_homebase.css,v 1.8 2006/07/18 19:25:20 rmccabe Exp $ */ +/* $Id: luci_homebase.css,v 1.9 2006/08/01 16:26:42 rmccabe Exp $ */ *.errmsgs,*.retmsgs { list-style-image: none !important; @@ -9,6 +9,12 @@ color: red !important; } +p.luciInst { + font-family: Helvetica, sans-serif; + font-size: 11px; + color: black; +} + h3.homebase { color: #436976; margin-top: 1em;