GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/1477
When no zone name is available display a default When a zone name is available, the previous behaviour is still there:  When there is no zone name, it used to display an empty name (where you had to click on to see details):  With this change, a default name `All` is displayed (because this happens when S3 storage is used that is region wide aka all zones):  Region wide S3:  FYI: Screenshot shows 'All', later renamed to 'All Zones', see code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/remibergsma/cloudstack 47_default_zone_name_s3 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1477.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1477 ---- commit aead9f4ff43ea79107e2b870ab49fcf2f3fd7a0d Author: Remi Bergsma <git...@remi.nl> Date: 2016-04-07T19:57:17Z When no zone name is available display a default Backport from Cosmic ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---