Updated Branches: refs/heads/master bf09e553e -> c91463f43
show zone name in secondary storage detail page Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c91463f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c91463f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c91463f4 Branch: refs/heads/master Commit: c91463f43e3bc874a9428ca9b41f75cd7b36659b Parents: 886f470 Author: Mice Xia <[email protected]> Authored: Thu Aug 9 17:29:11 2012 +0800 Committer: Mice Xia <[email protected]> Committed: Thu Aug 9 17:29:11 2012 +0800 ---------------------------------------------------------------------- ui/scripts/system.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c91463f4/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index de0ce4d..46996ef 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -8276,6 +8276,7 @@ }, { id: { label: 'label.id' }, + zonename: { label: 'label.zone' }, created: { label: 'label.created', converter: cloudStack.converters.toLocalDate } } ],
