From 63f7c12333ec67c8015b6d4f6ee8e1dee0de6cd2 Mon Sep 17 00:00:00 2001 From: Saksham Srivastava Date: Mon, 1 Oct 2012 22:54:39 +0530 Subject: [PATCH] no error message when we upload volume whose size is greater than storage.max.volume.upload.size value --- ui/scripts/storage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 418fe368129..dceaeb33234 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' },