From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 14 Aug 2006 22:46:50 -0000 Subject: [Cluster-devel] conga/luci cluster/form-macros homebase/luci_h ... Message-ID: <20060814224650.415.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-14 22:46:49 Modified files: luci/cluster : form-macros luci/homebase : luci_homebase.css Log message: tabs for cluster configure.. still need to work on the style of each configuration option Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.42&r2=1.43 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.11&r2=1.12 --- conga/luci/cluster/form-macros 2006/08/14 14:53:07 1.42 +++ conga/luci/cluster/form-macros 2006/08/14 22:46:49 1.43 @@ -286,229 +286,258 @@ -
- - - - - - - - - - - - - - - - - - - - + - -
+ + + + + + + + + + + + + + + + +
-
- General Properties -
-
Cluster Name - -
Configuration Version - -
-
- + + + + + + +
+ + + + - - -
+
+ General Properties
-
+
Cluster Name + +
Configuration Version + +
+
+ +
+
+ + -
- - - - - - - - - - - - - - - - - - - - + +
-
- Fence Daemon Properties -
-
Post Fail Delay - -
Post Join Delay - -
+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ Fence Daemon Properties +
+
Post Fail Delay + +
Post Join Delay + +
+
+ +
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + - - -
+
+ Multicast Configuration +
+
+ Let cluster choose the multicast address +
+ I prefer to choose the multicast address +
+ +
-
+
+ + - -
+
+
+ + + + - + + -
+
+ Quorum Partition Configuration +
+
+ + Do not use a Quorum Partition +
- - - - - - - - - - - - - - - - - - - - -
-
- Multicast Configuration -
-
- Let cluster choose the multicast address -
- I prefer to choose the multicast address -
- -
-
- -
-
+ + + I prefer to use a Quorum Partition + -
-
+ + Interval: + -
- - - - - - - + - - - - - - - - - - - - - - -
-
- Quorum Partition Configuration -
-
- - Do not use a Quorum Partition -
+ Votes: +
- - I prefer to use a Quorum Partition -
- Interval: -
- Votes: -
- TKO: -
- Minimum Score: -
- Device: -
- Label: -
+ + TKO: + - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- Heuristics -
-
-
Name
-
-
Path to Program
-
-
Interval
-
-
Score
-
- - - - - - - -
-
- -
-
-
+ + Minimum Score: + + + + Device: + + + + Label: + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ Heuristics +
+
+
Name
+
+
Path to Program
+
+
Interval
+
+
Score
+
+ + + + + + + +
+
+ +
+
+ +
--- conga/luci/homebase/luci_homebase.css 2006/08/11 19:42:06 1.11 +++ conga/luci/homebase/luci_homebase.css 2006/08/14 22:46:49 1.12 @@ -1,4 +1,51 @@ -/* $Id: luci_homebase.css,v 1.11 2006/08/11 19:42:06 jparsons Exp $ */ +ul.configTab { + color: #436976 !important; + margin: 20px 0px 0px 0px !important; + padding: 0px !important; + padding-left: 15px !important; + border-bottom: none !important; + z-index: 1 !important; +} + +li.configTab { + display: inline !important; + overflow: hidden !important; + list-style-type: none !important; + padding-left: 6px !important; + padding-bottom: 0px !important; + margin-bottom: 0px !important; + border-bottom: none !important; +} + +#configTabContent { + background: #dee7ec !important; + margin-top: 0px !important; + padding: 20px !important; + border: 1px solid #8cacbb !important; + z-index: 2 !important; + max-width: 75%; +} + +a.configTab, a.configTabActive { + color: #436976 !important; + background: #ffffff !important; + font: bold 1em !important; + border: 1px solid #8cacbb !important; + border-bottom: 1px solid transparent !important; + padding: 2px 6px 0px 6px !important; + margin: 0 !important; + text-decoration: none !important; +} + +a.configTabActive { + background: #dee7ec !important; + border-bottom: 2px solid #dee7ec !important; +} + +a.configTab:hover { + color: #436976 !important; + background: #dee7ec !important; +} *.errmsgs,*.retmsgs { list-style-image: none !important;