From 79355ac9dca50d200bfa81e353cca1f3b6318669 Mon Sep 17 00:00:00 2001 From: phamt Date: Sun, 27 Nov 2011 13:53:04 +0000 Subject: [PATCH] Added link to provision page. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11050 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/help/help.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xCAT-UI/js/help/help.js b/xCAT-UI/js/help/help.js index c47963ccb..c04f58e51 100644 --- a/xCAT-UI/js/help/help.js +++ b/xCAT-UI/js/help/help.js @@ -1,10 +1,10 @@ function loadHelpPage(){ - //create help tab + // Create help tab var tab = new Tab(); tab.init(); $('#content').append(tab.object()); - //add the help content + // Add help content var helpForm = $('
'); helpForm.append( '
' + @@ -12,8 +12,9 @@ function loadHelpPage(){ '
    ' + '
  1. 1. Discover hardware
    Discover all hardware in the cluster. Define them in the xCAT database. Initialize your cluster.
  2. ' + '
  3. 2. Verify defined nodes
    View nodes definition by groups in a table or graphical style.
  4. ' + - '
  5. 3. Install compute nodes
    Copy useful files from DVD into harddisk. Create Linux image. Install compute nodes in stateful, stateless and statelite style.
  6. ' + - '
  7. 4. Monitor Cluster
    Monitor your xCAT cluster using one or more third party monitoring software such as Ganglia, RMC, etc.
  8. ' + + '
  9. 3. Install compute nodes
    Copy useful files from DVD onto harddisk. Create Linux images. Install compute nodes in stateful, stateless, and statelite style.
  10. ' + + '
  11. 4. Provision nodes
    Create stateful, stateless, or statelite virtual machines. Install an operating system on a physical machine.
  12. ' + + '
  13. 5. Monitor Cluster
    Monitor your xCAT cluster using one or more third party monitoring software such as Ganglia, RMC, etc.
  14. ' + '
' + '
' + '
' +