mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Merge release branch 4.8 to master
* 4.8: When no zone name is available display a default
This commit is contained in:
commit
dc5b52937b
@ -1427,6 +1427,9 @@
|
||||
jsonObj.xenserverToolsVersion61plus = false;
|
||||
}
|
||||
}
|
||||
if (!'zonename' in jsonObj) {
|
||||
jsonObj.zonename = 'All Zones';
|
||||
}
|
||||
}
|
||||
|
||||
args.response.success({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user