From f8be2a59d3b2afbeddbf19d53c06c6a8799b4962 Mon Sep 17 00:00:00 2001 From: phamt Date: Wed, 23 Nov 2011 17:56:59 +0000 Subject: [PATCH] Renamed Guide page to Help page. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11038 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/guide/guide.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 xCAT-UI/js/guide/guide.js diff --git a/xCAT-UI/js/guide/guide.js b/xCAT-UI/js/guide/guide.js deleted file mode 100644 index a6c7ccf3d..000000000 --- a/xCAT-UI/js/guide/guide.js +++ /dev/null @@ -1,16 +0,0 @@ -function loadGuidePage(){ - //create guide tab - var tab = new Tab(); - tab.init(); - $('#content').append(tab.object()); - - //add the help content - var helpForm = $('
'); - helpForm.append('
Quick Start
    ' + - '
  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.
' + - '
Advanced
  1. a. Edit the xCAT database tables
  2. b. Update the xCAT RPM on the Management Node
'); - tab.add('monitorTab', 'Guide', helpForm, false); -} \ No newline at end of file