Enabled node link.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8645 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2011-01-13 23:50:50 +00:00
parent 32eac7f169
commit f429db4010

View File

@ -1190,6 +1190,9 @@ function addNodes2Table(data) {
delay: 500
});
}
// Enable node link
$('.node').bind('click', loadNode);
// Close dialog for updating table
$('.ui-dialog-content').dialog('close');