From mboxrd@z Thu Jan 1 00:00:00 1970 From: shuennek@sourceware.org Date: 10 Aug 2006 23:06:20 -0000 Subject: [Cluster-devel] conga/luci/cluster form-macros resource-form-m ... Message-ID: <20060810230620.2597.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: shuennek at sourceware.org 2006-08-10 23:06:20 Modified files: luci/cluster : form-macros resource-form-macros resource_form_handlers.js Log message: Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/form-macros.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource-form-macros.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/resource_form_handlers.js.diff?cvsroot=cluster&r1=1.2&r2=1.3 --- conga/luci/cluster/form-macros 2006/08/10 15:49:34 1.21 +++ conga/luci/cluster/form-macros 2006/08/10 23:06:20 1.22 @@ -832,25 +832,22 @@
- - - - - - -
-

Service Name:

-
-
- + + + -
+

Service Name:

+
+ +
+

Service Composition

- - -

Name:

-

Type:

- - -

This is a shared resource

-
- -

This is a resource private to this service

-
-
-

Indent level:

-
+
    + +
  • +
      +
      + + + + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + +
    +
  • +
--- conga/luci/cluster/resource-form-macros 2006/08/10 19:46:09 1.3 +++ conga/luci/cluster/resource-form-macros 2006/08/10 23:06:20 1.4 @@ -152,15 +152,16 @@
- + @@ -168,20 +169,21 @@ -

IP Address Resource Configuration

+ IP Address Resource Configuration + tal:condition="python:edit == True" /> + tal:condition="python:edit == True" /> @@ -207,8 +209,9 @@
- + -

File System Resource Configuration

+ File System Resource Configuration + tal:condition="python:edit == True" /> + tal:condition="python:edit == True" />
@@ -253,11 +257,11 @@
File System Type:
- + -

GFS Resource Configuration

+ GFS Resource Configuration + tal:condition="python:edit == True" /> + tal:condition="python:edit == True" />
@@ -401,8 +407,9 @@
- + -

NFS Mount Resource Configuration

+ NFS Mount Resource Configuration + tal:condition="python:edit == True" /> + tal:condition="python:edit == True" />
@@ -463,11 +471,11 @@
- + NFS NFS4 - + NFS NFS4 @@ -495,8 +503,9 @@
- + -

NFS Client Resource Configuration

+ NFS Client Resource Configuration + tal:condition="python:edit == True" /> + tal:condition="python:edit == True" />
@@ -549,8 +559,9 @@
- + -

NFS Export Resource Configuration

+ NFS Export Resource Configuration + tal:condition="python:edit == True" /> + tal:condition="python:edit == True" />
@@ -586,8 +597,9 @@
- + -

Script Resource Configuration

+ Script Resource Configuration + tal:condition="python:edit == 'true'" /> + tal:condition="python:edit == 'true'" />
@@ -631,8 +643,9 @@
- + -

Samba Server Configuration

+ Samba Server Configuration + tal:condition="python:edit == True" /> + tal:condition="python:edit == True" />
--- conga/luci/cluster/resource_form_handlers.js 2006/08/10 19:46:09 1.2 +++ conga/luci/cluster/resource_form_handlers.js 2006/08/10 23:06:20 1.3 @@ -5,12 +5,12 @@ if (!container_element) { alert('Can\'t find element with id = ' + container_id); return (-1) - } + } child_element = document.getElementById(element_id); if (!child_element) { alert('Can\'t find element with id = ' + element_id); return (-1) - } + } for(child in child_element.children){ alert(child); } @@ -21,7 +21,7 @@ if (!invisible_div) { alert('No invisible div'); return (-1) - } + } invisible_div.appendChild(temp); }