We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a5c6d commit 4933533Copy full SHA for 4933533
1 file changed
ui/scripts/system.js
@@ -11032,10 +11032,10 @@
11032
}
11033
});
11034
11035
- },
11036
-
11037
- // Granular settings for storage pool
11038
- settings: {
+ }
+
+ // Granular settings for storage pool for secondary storage is not required
+ /* settings: {
11039
title: 'label.menu.global.settings',
11040
custom: cloudStack.uiCustom.granularSettings({
11041
dataProvider: function(args) {
@@ -11053,7 +11053,7 @@
11053
11054
11055
})
11056
- }
+ } */
11057
11058
11059
0 commit comments