Skip to content

Commit

Permalink
Merge release branch 4.8 to master
Browse files Browse the repository at this point in the history
* 4.8:
  When no zone name is available display a default
  • Loading branch information
swill committed May 11, 2016
2 parents 456680d + 72811b4 commit dc5b529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,9 @@
jsonObj.xenserverToolsVersion61plus = false;
}
}
if (!'zonename' in jsonObj) {
jsonObj.zonename = 'All Zones';
}
}

args.response.success({
Expand Down

0 comments on commit dc5b529

Please sign in to comment.