diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js b/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js index f8dd87d6cb..e48d7893e2 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js @@ -382,6 +382,7 @@ function displayModules(installationType, driverName, CONSTANTS_PARAM) { $(".vgsnapshot").hide(); $(".storage-capacity").show(); $(".max-volumes-per-node").show(); + $(".topology").show(); document.getElementById("driver-namespace").value = CONSTANTS_PARAM.POWERSCALE_NAMESPACE; if (installationType === 'operator'){ $(".observability-operator").show();