no error message when we upload volume whose size is greater than storage.max.volume.upload.size value
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/63f7c123 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/63f7c123 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/63f7c123 Branch: refs/heads/master Commit: 63f7c12333ec67c8015b6d4f6ee8e1dee0de6cd2 Parents: 4530af1 Author: Saksham Srivastava <[email protected]> Authored: Mon Oct 1 22:54:39 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Mon Oct 1 22:54:39 2012 +0530 ---------------------------------------------------------------------- ui/scripts/storage.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/63f7c123/ui/scripts/storage.js ---------------------------------------------------------------------- diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 418fe36..dceaeb3 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -1004,6 +1004,7 @@ return toClearInterval; } }, + status: {label: 'label.status'}, type: { label: 'label.type' }, storagetype: { label: 'label.storage.type' }, hypervisor: { label: 'label.hypervisor' },
