From 6e7ddf055a03260e29fb77b682a70fb5fcaf28cd Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 3 Dec 2010 22:30:38 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8317 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/nodes/nodes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/nodes/nodes.js b/xCAT-UI/js/nodes/nodes.js index 449ab6904..3daa673a7 100644 --- a/xCAT-UI/js/nodes/nodes.js +++ b/xCAT-UI/js/nodes/nodes.js @@ -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