mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-1887:removing the host option from the scope field for primary storage
This commit is contained in:
parent
df6b97c194
commit
8d34b5809d
@ -1204,7 +1204,7 @@
|
|||||||
if(selectedHypervisorObj.hypervisortype != "KVM"){
|
if(selectedHypervisorObj.hypervisortype != "KVM"){
|
||||||
var scope=[];
|
var scope=[];
|
||||||
scope.push({ id: 'cluster', description: _l('label.cluster') });
|
scope.push({ id: 'cluster', description: _l('label.cluster') });
|
||||||
scope.push({ id: 'host', description: _l('label.host') });
|
//scope.push({ id: 'host', description: _l('label.host') });
|
||||||
args.response.success({data: scope});
|
args.response.success({data: scope});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1212,7 +1212,7 @@
|
|||||||
var scope=[];
|
var scope=[];
|
||||||
scope.push({ id: 'zone', description: _l('label.zone.wide') });
|
scope.push({ id: 'zone', description: _l('label.zone.wide') });
|
||||||
scope.push({ id: 'cluster', description: _l('label.cluster') });
|
scope.push({ id: 'cluster', description: _l('label.cluster') });
|
||||||
scope.push({ id: 'host', description: _l('label.host') });
|
// scope.push({ id: 'host', description: _l('label.host') });
|
||||||
args.response.success({data: scope});
|
args.response.success({data: scope});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user