CLOUDSTACK-2041:Granular global parameter- secondary storage settings not needed

This commit is contained in:
Pranav Saxena 2013-05-02 20:11:17 +05:30
parent 22a5c6d4b3
commit 4933533893
1 changed files with 5 additions and 5 deletions

View File

@ -11032,10 +11032,10 @@
}
});
}
},
// Granular settings for storage pool
settings: {
}
// Granular settings for storage pool for secondary storage is not required
/* settings: {
title: 'label.menu.global.settings',
custom: cloudStack.uiCustom.granularSettings({
dataProvider: function(args) {
@ -11053,7 +11053,7 @@
}
}
})
}
} */
}
}
}