Skip to content

Commit

Permalink
fix delete node bootstrap ui
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <[email protected]>
  • Loading branch information
si458 committed Jan 5, 2025
1 parent 0dd56d5 commit ca6ec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default3.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -9493,7 +9493,7 @@
var x = format("Are you sure you want to delete node {0}?", EscapeHtml(currentNode.name)) + '<br /><br /><label><input id=p10check type=checkbox class="form-check-input me-2" onchange=p10validateDeleteNodeDialog() />' + "Confirm" + '</label>';
xxdialogButtons = 3; xxdialogTag = nodeid;
setModalContent('xxAddAgent', "Delete Node", x);
showModal('xxAddAgentModal', 'idx_dlgOkButton', p10showDeleteNodeDialogEx);
showModal('xxAddAgentModal', 'idx_dlgOkButton', () => p10showDeleteNodeDialogEx(0, nodeid));
p10validateDeleteNodeDialog();
return false;
}
Expand Down

0 comments on commit ca6ec5e

Please sign in to comment.