Merge release branch 4.8 to master

* 4.8:
  When no zone name is available display a default
This commit is contained in:
Will Stevens 2016-05-11 01:32:02 -04:00
commit dc5b52937b

View File

@ -1427,6 +1427,9 @@
jsonObj.xenserverToolsVersion61plus = false;
}
}
if (!'zonename' in jsonObj) {
jsonObj.zonename = 'All Zones';
}
}
args.response.success({