blob: 1d5f44a9cf1c5fefffee58161297c6f88c920e34 [file] [log] [blame]
// The values of clusterName and freshInstall come from html/addNodesWizard.php
var addNodesRequestData = {
"clusterName": clusterName,
"freshInstall": freshInstall
};
InstallationWizard.AddNodes.render(addNodesRequestData);
/* Signify that the containing application is ready for business. */
hideLoadingImg();