Skip to content

Commit

Permalink
updated comparator
Browse files Browse the repository at this point in the history
Co-authored-by: Niranjan N <110103643+niranjan-n1@users.noreply.github.com>
  • Loading branch information
suryagupta4 and niranjan-n1 authored Aug 25, 2023
1 parent 84abc55 commit 9ad1e07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function displayModules(installationType, driverName, CONSTANTS_PARAM) {
$("#authorization").prop('checked', false);
$(".storage-capacity").show();
$(".resiliency").show();
if (document.getElementById("csm-version").value != "1.7.0") {
if (document.getElementById("csm-version").value !== "1.7.0") {
$(".max-volumes-per-node").show();
}
document.getElementById("driver-namespace").value = CONSTANTS_PARAM.POWERSTORE_NAMESPACE;
Expand Down

0 comments on commit 9ad1e07

Please sign in to comment.