We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7988a3 commit 5df11b5Copy full SHA for 5df11b5
1 file changed
ui/scripts/storage.js
@@ -514,29 +514,7 @@
514
if (this.iscustomized == true) {
515
items.push({
516
id: this.id,
517
- description: this.displaytext
518
- });
519
- }
520
521
- args.response.success({
522
- data: items
523
524
525
- },
526
- diskOffering: {
527
- label: 'label.custom.disk.offering',
528
- docID: 'helpVolumeDiskOffering',
529
- select: function(args) {
530
- var diskOfferings = cloudStack.listDiskOfferings({});
531
- var items = [{
532
- id: '',
533
- description: ''
534
- }];
535
- $(diskOfferings).each(function() {
536
- if (this.iscustomized == true) {
537
- items.push({
538
- id: this.id,
539
+ description: this.name
540
});
541
}
542
0 commit comments