Updated Branches: refs/heads/master 2f38e1c71 -> e442e3a7c
CS-12478: Add cluster name to primary storage list view Original patch by: olga.smola reviewed-by: brian Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e442e3a7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e442e3a7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e442e3a7 Branch: refs/heads/master Commit: e442e3a7cfef5c651d511eddd8a89ad5865c38e3 Parents: 2f38e1c Author: bfederle <[email protected]> Authored: Fri Jun 22 10:45:10 2012 -0700 Committer: bfederle <[email protected]> Committed: Fri Jun 22 10:50:04 2012 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e442e3a7/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3e022d2..f6a5540 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7351,7 +7351,8 @@ fields: { name: { label: 'label.name' }, ipaddress: { label: 'label.server' }, - path: { label: 'label.path' } + path: { label: 'label.path' }, + clustername: { label: 'label.cluster'} }, dataProvider: function(args) {
