Fixed table ID used when shutdown button is clicked.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16169 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4c2f445b0a
commit
4f10fd671a
@ -539,7 +539,7 @@ function loadNodesTable(data) {
|
||||
// Power softoff
|
||||
var powerSoftoffLnk = $('<a>Shutdown</a>');
|
||||
powerSoftoffLnk.click(function() {
|
||||
var tgtNodes = getNodesChecked(nodesTableId);
|
||||
var tgtNodes = getNodesChecked(nodesDTId);
|
||||
if (tgtNodes) {
|
||||
powerNode(tgtNodes, 'softoff');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user