Skip to content

Commit 4933533

Browse files
committed
CLOUDSTACK-2041:Granular global parameter- secondary storage settings not needed
1 parent 22a5c6d commit 4933533

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ui/scripts/system.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11032,10 +11032,10 @@
1103211032
}
1103311033
});
1103411034
}
11035-
},
11036-
11037-
// Granular settings for storage pool
11038-
settings: {
11035+
}
11036+
11037+
// Granular settings for storage pool for secondary storage is not required
11038+
/* settings: {
1103911039
title: 'label.menu.global.settings',
1104011040
custom: cloudStack.uiCustom.granularSettings({
1104111041
dataProvider: function(args) {
@@ -11053,7 +11053,7 @@
1105311053
}
1105411054
}
1105511055
})
11056-
}
11056+
} */
1105711057
}
1105811058
}
1105911059
}

0 commit comments

Comments
 (0)