diff --git a/xCAT-UI/js/custom/zvm.js b/xCAT-UI/js/custom/zvm.js index 740ac9b78..4261257d2 100644 --- a/xCAT-UI/js/custom/zvm.js +++ b/xCAT-UI/js/custom/zvm.js @@ -2587,7 +2587,7 @@ zvmPlugin.prototype.loadLogPage = function(node) { tgtLog.toggle(); }); - setChkBox.bind('click', function(event) { + setChkBox.find('input').bind('click', function(event) { logOpt.toggle(); });