From 50cc2d69862d81ba41f344275ba463d9b2cb225a Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 30 Nov 2010 01:42:44 +0000 Subject: [PATCH] add comment for pcp monitor git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8281 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/monitor/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/monitor/monitor.js b/xCAT-UI/js/monitor/monitor.js index 72cd30799..89d5115ff 100644 --- a/xCAT-UI/js/monitor/monitor.js +++ b/xCAT-UI/js/monitor/monitor.js @@ -68,7 +68,7 @@ function loadMonitorPage() { + "of the IBM's Reliable Scalable Cluster Technology (RSCT) that provides a comprehensive " + "clustering environment for AIX and LINUX.
  • "; items += "
  • Ganglia Monitor : Ganglia is a scalable distributed " + "monitoring system for high-performance computing systems such as clusters and Grids.
  • "; - items += "
  • PCP Monitor :
  • "; + items += "
  • PCP Monitor : Under construction.
  • "; monitorList.append(items); // Open new tab for monitor tool