diff --git a/xCAT-web/prefs.php b/xCAT-web/config/prefs.php similarity index 66% rename from xCAT-web/prefs.php rename to xCAT-web/config/prefs.php index f5caf495d..e29b87bfe 100644 --- a/xCAT-web/prefs.php +++ b/xCAT-web/config/prefs.php @@ -1,13 +1,11 @@
@@ -30,7 +28,6 @@ if (isAIX()) { $aixDisabled = 'disabled'; }
- - \ No newline at end of file diff --git a/xCAT-web/dsh_action.php b/xCAT-web/machines/dsh_action.php similarity index 100% rename from xCAT-web/dsh_action.php rename to xCAT-web/machines/dsh_action.php diff --git a/xCAT-web/rack.php b/xCAT-web/machines/frames.php similarity index 99% rename from xCAT-web/rack.php rename to xCAT-web/machines/frames.php index c6ac755d6..537bd3bb8 100644 --- a/xCAT-web/rack.php +++ b/xCAT-web/machines/frames.php @@ -1,9 +1,8 @@ diff --git a/xCAT-web/machines/groups.php b/xCAT-web/machines/groups.php index 8ce44713e..cd3967222 100644 --- a/xCAT-web/machines/groups.php +++ b/xCAT-web/machines/groups.php @@ -16,20 +16,18 @@ echo "
\n"; insertButtons(array( array( 'Attributes', - 'Create Like', 'Create Group', 'Ping', //'Updatenode', 'Run Cmd', - 'Copy Files' + 'Copy Files', + 'Sync Files' ), array( //'Soft Maint', 'HW Ctrl', 'RSA/MM/FSP', - 'Install', - 'Perf Mon', - //'Webmin', + 'Deploy', 'Diagnose', 'Remove' ), diff --git a/xCAT-web/node_table.html b/xCAT-web/node_table.html deleted file mode 100644 index ba469baa4..000000000 --- a/xCAT-web/node_table.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - - - -
Nodes
HW Type
OS
Mode
Status
HW Ctrl Pt
Comment
       
- - diff --git a/xCAT-web/nodes.html b/xCAT-web/nodes.html deleted file mode 100644 index 846b41848..000000000 --- a/xCAT-web/nodes.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - -Untitled Document - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-   Filter:      Group - -or    Node Range -    
 
 
 
 
- - diff --git a/xCAT-web/suggestions.html b/xCAT-web/suggestions.html deleted file mode 100644 index bacf63ca7..000000000 --- a/xCAT-web/suggestions.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - -Send Sugestions to the CSM Development Team - - - - - -

Send Sugestions to the CSM Development Team

- -

Suggestions, bug reports, bug fixes, etc., are always welcome.  Please post them to the CSM forum.  Contributions are also welcome, such as minor new features, better -images, or even whole new pages.  See the developer section of -the CSM Linux GUI white paper for more info.  Thanks!

- -

Todo List

- -

The following items are already on our todo list, in -approximately priority order:

- - - -

Known Defects and Limitations

- - - -

The Change Log describing recent enhancements is in the -README file.

- - diff --git a/xCAT-web/support/about.php b/xCAT-web/support/about.php new file mode 100644 index 000000000..6b483df59 --- /dev/null +++ b/xCAT-web/support/about.php @@ -0,0 +1,20 @@ + +

xCAT Web Interface version: ???

+ +

Developers

+ + + + diff --git a/xCAT-web/support/diagnose.php b/xCAT-web/support/diagnose.php new file mode 100644 index 000000000..20966fd88 --- /dev/null +++ b/xCAT-web/support/diagnose.php @@ -0,0 +1,11 @@ +'; +?> diff --git a/xCAT-web/support/suggest.php b/xCAT-web/support/suggest.php new file mode 100644 index 000000000..7f690eec3 --- /dev/null +++ b/xCAT-web/support/suggest.php @@ -0,0 +1,54 @@ + + +

Send Sugestions to the CSM Development Team

+ +

Suggestions, bug reports, bug fixes, etc., are always welcome. Please post them to the +xCAT mailing list. +Contributions are also welcome, such as minor new features, better +images, or even whole new pages. +See xCAT on SourceForge. Thanks!

+ +

Todo List

+ +

The following items are already on our todo list, in +approximately priority order:

+ + + +

Known Defects and Limitations

+ + + +

The Change Log describing recent enhancements is in the xcat-web spec file.

+ + diff --git a/xCAT-web/softmaint/updategui.php b/xCAT-web/support/updategui.php similarity index 100% rename from xCAT-web/softmaint/updategui.php rename to xCAT-web/support/updategui.php