Fixed typo.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8317 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-12-03 22:30:38 +00:00
parent 4da7b77770
commit 6e7ddf055a

View File

@ -1840,7 +1840,7 @@ function restoreNodeAttrs() {
for (var i in nodes) {
if (nodes[i]) {
// Get the row containing the node link
rowPos = findRowIndexUsingCol(tgts[i], '#nodesDataTable', 1);
rowPos = findRowIndexUsingCol(nodes[i], '#nodesDataTable', 1);
$(rows[rowPos]).find('td').each(function (){
if ($(this).css('color') == 'red') {
// Change color back to normal