addNodesWizardInit.js 318 B

12345678910
  1. // The values of clusterName and freshInstall come from html/addNodesWizard.php
  2. var addNodesRequestData = {
  3. "clusterName": clusterName,
  4. "freshInstall": freshInstall
  5. };
  6. InstallationWizard.AddNodes.render(addNodesRequestData);
  7. /* Signify that the containing application is ready for business. */
  8. hideLoadingImg();