mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
ui: fixed create offering domain multi-selection
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
89859e4fba
commit
179d229bd7
@ -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'),
|
||||
|
||||
@ -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)',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user