From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci cluster/form-macros homebase/luci_h ...
Date: 2 Feb 2007 01:12:22 -0000 [thread overview]
Message-ID: <20070202011222.4918.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2007-02-02 01:12:21
Modified files:
luci/cluster : form-macros
luci/homebase : luci_homebase.css
Log message:
Make the input fields for GULM lock server hosts longer
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.174&r2=1.175
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.36&r2=1.37
--- conga/luci/cluster/form-macros 2007/02/02 01:03:46 1.174
+++ conga/luci/cluster/form-macros 2007/02/02 01:12:21 1.175
@@ -321,6 +321,7 @@
<td>
<input type="text"
name="__GULM__:server1"
+ class="hostname"
tal:attributes="
disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
value add_cluster/gulm_lockservers/server1 | nothing" />
@@ -331,6 +332,7 @@
<td>
<input type="text"
name="__GULM__:server2"
+ class="hostname"
tal:attributes="
disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
value add_cluster/gulm_lockservers/server2 | nothing" />
@@ -341,6 +343,7 @@
<td>
<input type="text"
name="__GULM__:server3"
+ class="hostname"
tal:attributes="
disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
value add_cluster/gulm_lockservers/server3 | nothing" />
@@ -351,6 +354,7 @@
<td>
<input type="text"
name="__GULM__:server4"
+ class="hostname"
tal:attributes="
disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
value add_cluster/gulm_lockservers/server4 | nothing" />
@@ -361,6 +365,7 @@
<td>
<input type="text"
name="__GULM__:server5"
+ class="hostname"
tal:attributes="
disabled python: not add_cluster or not 'lockmanager' in add_cluster or add_cluster['lockmanager'] != 'gulm';
value add_cluster/gulm_lockservers/server5 | nothing" />
@@ -1315,31 +1320,36 @@
<tr>
<td class="pad_right">External Lock Server 1</td>
<td>
- <input type="text" name="__GULM__:server1" value="" />
+ <input type="text" name="__GULM__:server1"
+ class="hostname" value="" />
</td>
</tr>
<tr>
<td class="pad_right">External Lock Server 2</td>
<td>
- <input type="text" name="__GULM__:server2" value="" />
+ <input type="text" name="__GULM__:server2"
+ class="hostname" value="" />
</td>
</tr>
<tr>
<td class="pad_right">External Lock Server 3</td>
<td>
- <input type="text" name="__GULM__:server3" value="" />
+ <input type="text" name="__GULM__:server3"
+ class="hostname" value="" />
</td>
</tr>
<tr>
<td class="pad_right">External Lock Server 4</td>
<td>
- <input type="text" name="__GULM__:server4" value="" />
+ <input type="text" name="__GULM__:server4"
+ class="hostname" value="" />
</td>
</tr>
<tr>
<td class="pad_right">External Lock Server 5</td>
<td>
- <input type="text" name="__GULM__:server5" value="" />
+ <input type="text" name="__GULM__:server5"
+ class="hostname" value="" />
</td>
</tr>
</tbody>
--- conga/luci/homebase/luci_homebase.css 2007/01/30 22:26:00 1.36
+++ conga/luci/homebase/luci_homebase.css 2007/02/02 01:12:21 1.37
@@ -289,7 +289,7 @@
display: none;
}
-input.hbInputSys {
+input.hbInputSys, input.hostname {
padding: .2em ! important;
width: 200px;
}
next reply other threads:[~2007-02-02 1:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-02 1:12 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-02-07 17:18 [Cluster-devel] conga/luci cluster/form-macros homebase/luci_h rmccabe
2007-01-30 22:26 rmccabe
2006-10-16 19:13 rmccabe
2006-10-11 16:40 rmccabe
2006-09-26 20:57 rmccabe
2006-08-15 22:27 rmccabe
2006-08-14 22:46 rmccabe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070202011222.4918.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).