diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index a904605fad3..e74aa73756c 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -651,7 +651,7 @@ label: 'label.domain', docID: 'helpComputeOfferingDomain', dependsOn: 'isPublic', - //isMultiple: true, + isMultiple: true, select: function(args) { $.ajax({ url: createURL('listDomains'), @@ -2165,7 +2165,7 @@ label: 'label.domain', docID: 'helpDiskOfferingDomain', dependsOn: 'isPublic', - //isMultiple: true, + isMultiple: true, select: function(args) { $.ajax({ url: createURL('listDomains'), @@ -3466,7 +3466,7 @@ label: 'label.domain', docID: 'helpNetworkOfferingDomain', dependsOn: 'isPublic', - //isMultiple: true, + isMultiple: true, select: function(args) { $.ajax({ url: createURL('listDomains'), @@ -4384,7 +4384,7 @@ label: 'label.domain', docID: 'helpVpcOfferingDomain', dependsOn: 'isPublic', - //isMultiple: true, + isMultiple: true, select: function(args) { $.ajax({ url: createURL('listDomains'), diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js index 4ab0ac68a0b..338d99111fc 100755 --- a/ui/scripts/docs.js +++ b/ui/scripts/docs.js @@ -298,7 +298,7 @@ cloudStack.docs = { externalLink: '' }, helpComputeOfferingDomain: { - desc: 'The domain to associate this compute offering with' + desc: 'Select the domains in which this offering is available (Tip: Use Ctrl to choose multiple domains)', }, helpComputeOfferingZone: { desc: 'Select the zones in which this offering is available (Tip: Use Ctrl to choose multiple zones)', @@ -646,7 +646,7 @@ cloudStack.docs = { externalLink: '' }, helpNetworkOfferingDomain: { - desc: 'The domain to associate this compute offering with' + desc: 'Select the domains in which this offering is available (Tip: Use Ctrl to choose multiple domains)', }, helpNetworkOfferingZone: { desc: 'Select the zones in which this offering is available (Tip: Use Ctrl to choose multiple zones)', @@ -1321,7 +1321,7 @@ cloudStack.docs = { externalLink: '' }, helpVpcOfferingDomain: { - desc: 'The domain to associate this compute offering with' + desc: 'Select the domains in which this offering is available (Tip: Use Ctrl to choose multiple domains)', }, helpVpcOfferingZone: { desc: 'Select the zones in which this offering is available (Tip: Use Ctrl to choose multiple zones)',