mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.7 to 4.8
* 4.7: When no zone name is available display a default
This commit is contained in:
commit
72811b4058
|
|
@ -1427,6 +1427,9 @@
|
|||
jsonObj.xenserverToolsVersion61plus = false;
|
||||
}
|
||||
}
|
||||
if (!'zonename' in jsonObj) {
|
||||
jsonObj.zonename = 'All Zones';
|
||||
}
|
||||
}
|
||||
|
||||
args.response.success({
|
||||
|
|
|
|||
Loading…
Reference in New Issue