ui: fixed create offering domain multi-selection

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2019-05-24 14:50:57 +05:30
parent 89859e4fba
commit 179d229bd7
2 changed files with 7 additions and 7 deletions

View File

@ -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'),

View File

@ -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)',