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. ' + '
' + '
' + '
' +