All of lore.kernel.org
 help / color / mirror / Atom feed
From: jparsons@sourceware.org <jparsons@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/cluster form-macros form-chooser
Date: 24 Jul 2006 19:01:51 -0000	[thread overview]
Message-ID: <20060724190151.18153.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-07-24 19:01:51

Modified files:
	luci/cluster   : form-macros form-chooser 

Log message:
	Cluster config additions

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-chooser.diff?cvsroot=cluster&r1=1.1&r2=1.2

--- conga/luci/cluster/form-macros	2006/07/21 17:16:50	1.8
+++ conga/luci/cluster/form-macros	2006/07/24 19:01:50	1.9
@@ -228,9 +228,24 @@
 	</form>
   </div>
   <div metal:define-macro="clusterconfig-form">
-  <!-- <span tal:define="global ricci_agent python:here.getRicciAgentForCluster(request)"/> -->
-  <!-- <span tal:define="global clusterinfo python:here.getClusterInfo(modelb, request)"/> -->
    <h2>Cluster Configuration Form</h2>
+  <!-- <span tal:define="global ricci_agent python:here.getRicciAgentForCluster(request)"/> -->
+  <span tal:define="global clusterinfo python:here.getClusterInfo(modelb, request)"/> 
+   <form name="basecluster" action="" method="get" tal:attributes="action clusterinfo/basecluster_url">
+    <h4><b>Cluster Name</b></h4><input type="text" name="cluname" value="" <tal:attributes="value clusterinfo/clustername"/>
+    <h4><b>Configuration Version</b></h4><input type="text" name="cfgver" value="" <tal:attributes="value clusterinfo/config_version"/>
+    <input type="submit" value="Apply"/>
+  </form>
+  <hr/>
+   <form name="fencedaemon" action="" method="get" tal:attributes="action clusterinfo/fencedaemon_url">
+    <h4><b>Fence Daemon Properties</b></h4>
+    <h4><b>Post Fail Delay:</h4></b><input type="text" name="post_fail_delay" value="" tal:attributes="value clusterinfo/pfd"/>
+    <h4><b>Post Join Delay:</h4></b><input type="text" name="post_join_delay" value="" tal:attributes="value clusterinfo/pjd"/>
+    <input type="submit" value="Apply"/>
+  </form>
+  </div>
+  <div metal:define-macro="clusterprocess-form">
+   <h2>Howdy!</h2>
   </div>
   <div metal:define-macro="node-form">
      <span tal:define="global ricci_agent python:here.getRicciAgentForCluster(request)"/>
--- conga/luci/cluster/form-chooser	2006/06/30 17:00:02	1.1
+++ conga/luci/cluster/form-chooser	2006/07/24 19:01:50	1.2
@@ -29,6 +29,9 @@
     <span tal:omit-tag="" tal:condition="python: ptype == '7'">
      <div metal:use-macro="here/form-macros/macros/clusters-form"/>
     </span>
+    <span tal:omit-tag="" tal:condition="python: ptype == '8'">
+     <div metal:use-macro="here/form-macros/macros/clusterprocess-form"/>
+    </span>
     <span tal:omit-tag="" tal:condition="python: ptype == '9'">
      <div metal:use-macro="here/form-macros/macros/node-form"/>
     </span>



             reply	other threads:[~2006-07-24 19:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-24 19:01 jparsons [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-07-25  2:27 [Cluster-devel] conga/luci/cluster form-macros form-chooser jparsons

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=20060724190151.18153.qmail@sourceware.org \
    --to=jparsons@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.