diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index d1c06e1136e..6fff8b6c4a6 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -541,6 +541,9 @@ label.action.edit.primary.storage=Edit Primary Storage
label.action.delete.primary.storage=Delete Primary Storage
label.action.delete.primary.storage.processing=Deleting Primary Storage....
+label.action.delete.secondary.storage=Delete Secondary Storage
+label.action.delete.secondary.storage.processing=Deleting Secondary Storage....
+
#Messages
message.action.start.instance=Please confirm you want to start instance
message.action.stop.instance=Please confirm you want to stop instance
@@ -577,6 +580,8 @@ message.action.force.reconnect=Please confirm you want to force a reconnection f
message.action.primarystorage.enable.maintenance.mode=Warning: placing the primary storage into maintenance mode will cause all VMs using volumes from it to be stopped. Do you want to continue?
message.action.delete.primary.storage=Please confirm you want to delete primary storage
+message.action.delete.secondary.storage=Please confirm you want to delete secondary storage
+
message.edit.limits=Please specify limits to the following resources. A "-1" indicates no limit to the amount of resources create.
message.disable.account=Please confirm you want to disable this account. By disabling the account, all users for this account will no longer have access to their cloud resources. All running virtual machines will be immediately shut down.
message.lock.account=Please confirm you want to lock this account. By locking the account, all users for this account will no longer be able to manage their cloud resources. Existing resources can still be accessed.
diff --git a/ui/jsp/secondarystorage.jsp b/ui/jsp/secondarystorage.jsp
index fc4436a5b4b..a9d78de37dc 100644
--- a/ui/jsp/secondarystorage.jsp
+++ b/ui/jsp/secondarystorage.jsp
@@ -5,6 +5,14 @@