* [Cluster-devel] conga/luci/cluster fence-macros
@ 2008-04-11 22:43 rmccabe
0 siblings, 0 replies; 5+ messages in thread
From: rmccabe @ 2008-04-11 22:43 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL4
Changes by: rmccabe at sourceware.org 2008-04-11 22:43:17
Modified files:
luci/cluster : fence-macros
Log message:
Fix typo
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.4.2&r2=1.2.4.3
--- conga/luci/cluster/fence-macros 2008/04/11 06:48:10 1.2.4.2
+++ conga/luci/cluster/fence-macros 2008/04/11 22:43:17 1.2.4.3
@@ -1850,7 +1850,7 @@
<td>Node name</td>
<td>
<input type="text" name="node"
- tal:attributes="value request/node | nothing" />
+ tal:attributes="value cur_instance/node | nothing" />
</td>
</tr>
</table>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Cluster-devel] conga/luci/cluster fence-macros
@ 2008-04-11 22:43 rmccabe
0 siblings, 0 replies; 5+ messages in thread
From: rmccabe @ 2008-04-11 22:43 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: rmccabe at sourceware.org 2008-04-11 22:43:30
Modified files:
luci/cluster : fence-macros
Log message:
Fix typo
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.2&r2=1.2.2.3
--- conga/luci/cluster/fence-macros 2008/04/11 06:50:32 1.2.2.2
+++ conga/luci/cluster/fence-macros 2008/04/11 22:43:30 1.2.2.3
@@ -1850,7 +1850,7 @@
<td>Node name</td>
<td>
<input type="text" name="node"
- tal:attributes="value request/node | nothing" />
+ tal:attributes="value cur_instance/node | nothing" />
</td>
</tr>
</table>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Cluster-devel] conga/luci/cluster fence-macros
@ 2008-08-18 16:51 rmccabe
0 siblings, 0 replies; 5+ messages in thread
From: rmccabe @ 2008-08-18 16:51 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: rmccabe at sourceware.org 2008-08-18 16:51:53
Modified files:
luci/cluster : fence-macros
Log message:
Fix typo
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.6&r2=1.2.2.7
--- conga/luci/cluster/fence-macros 2008/07/14 16:03:36 1.2.2.6
+++ conga/luci/cluster/fence-macros 2008/08/18 16:51:52 1.2.2.7
@@ -1857,7 +1857,7 @@
</div>
</div>
-<div metal:define-macro="fence-instance-form-gndb"
+<div metal:define-macro="fence-instance-form-gnbd"
tal:omit-tag="exists: cur_fence_dev_id">
<div id="fence_gnbd_instance" name="fence_gnbd" class="fencedev_instance"
tal:omit-tag="exists: cur_fence_dev_id">
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Cluster-devel] conga/luci/cluster fence-macros
@ 2008-08-18 16:53 rmccabe
0 siblings, 0 replies; 5+ messages in thread
From: rmccabe @ 2008-08-18 16:53 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: rmccabe at sourceware.org 2008-08-18 16:53:17
Modified files:
luci/cluster : fence-macros
Log message:
Fix typo
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.7&r2=1.2.2.8
--- conga/luci/cluster/fence-macros 2008/08/18 16:51:52 1.2.2.7
+++ conga/luci/cluster/fence-macros 2008/08/18 16:53:17 1.2.2.8
@@ -2063,7 +2063,7 @@
<tal:block
metal:use-macro="here/fence-macros/macros/fence-instance-form-mcdata" />
<tal:block
- metal:use-macro="here/fence-macros/macros/fence-instance-form-gndb" />
+ metal:use-macro="here/fence-macros/macros/fence-instance-form-gnbd" />
<tal:block
metal:use-macro="here/fence-macros/macros/fence-instance-form-bullpap" />
<tal:block
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Cluster-devel] conga/luci/cluster fence-macros
@ 2010-08-05 19:14 rmccabe
0 siblings, 0 replies; 5+ messages in thread
From: rmccabe @ 2010-08-05 19:14 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL5
Changes by: rmccabe at sourceware.org 2010-08-05 19:14:10
Modified files:
luci/cluster : fence-macros
Log message:
Fix rhbz#577913: Fence_drac5 will not popluate the luci interface correctly when adding fence device to node
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.14&r2=1.2.2.15
--- conga/luci/cluster/fence-macros 2010/08/05 17:33:04 1.2.2.14
+++ conga/luci/cluster/fence-macros 2010/08/05 19:14:10 1.2.2.15
@@ -190,6 +190,10 @@
<tal:block metal:use-macro="here/fence-macros/macros/fence-form-drac" />
</tal:block>
+ <tal:block tal:condition="python: cur_fence_type == 'fence_drac5'">
+ <tal:block metal:use-macro="here/fence-macros/macros/fence-form-drac" />
+ </tal:block>
+
<tal:block tal:condition="python: cur_fence_type == 'fence_rsa'">
<tal:block metal:use-macro="here/fence-macros/macros/fence-form-rsa" />
</tal:block>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-08-05 19:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 22:43 [Cluster-devel] conga/luci/cluster fence-macros rmccabe
-- strict thread matches above, loose matches on Subject: below --
2008-04-11 22:43 rmccabe
2008-08-18 16:51 rmccabe
2008-08-18 16:53 rmccabe
2010-08-05 19:14 rmccabe
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).