Changed Ganglia info text

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-11-06 00:26:38 +00:00
parent 6065fe2319
commit 4f3986a605

View File

@ -181,9 +181,9 @@ function loadGroups4Ganglia(data) {
var msg = $('<p></p>');
msg.append('<span class="ui-icon ui-icon-info"></span>');
msg
.append('Review the nodes that are monitored. If a node is not monitored, select it and click on Monitor. Once you are satisfied with the nodes that you want to monitor, ');
.append('Review the nodes that are monitored by Ganglia. You can turn on Ganglia monitoring on a node by selecting it and clicking on Monitor. If you are satisfied with the nodes you want to monitor, ');
msg.append(gangliaLnk);
msg.append(' to open Ganglia page');
msg.append(' to open Ganglia page.');
info.append(msg);
info.css('margin-bottom', '10px');
$('#nodes').append(info);