diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index cd22eed8eec..2c7c535a541 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -523,6 +523,9 @@ label.action.edit.pod=Edit Pod
label.action.delete.pod=Delete Pod
label.action.delete.pod.processing=Deleting Pod....
+label.action.delete.cluster=Delete Cluster
+label.action.delete.cluster.processing=Deleting Cluster....
+
#Messages
message.action.start.instance=Please confirm you want to start instance
message.action.stop.instance=Please confirm you want to stop instance
@@ -547,10 +550,9 @@ message.action.delete.ISO=Please confirm you want to delete ISO
message.action.delete.ISO.for.all.zones=The ISO is used by all zones. Please confirm you want to delete it from all zones.
message.action.delete.domain=Please confirm you want to delete domain
-
message.action.delete.zone=Please confirm you want to delete zone
-
message.action.delete.pod=Please confirm you want to delete pod
+message.action.delete.cluster=Please confirm you want to delete cluster
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.
diff --git a/ui/jsp/cluster.jsp b/ui/jsp/cluster.jsp
index 94bbf19f32d..ed9a6b6917c 100644
--- a/ui/jsp/cluster.jsp
+++ b/ui/jsp/cluster.jsp
@@ -5,6 +5,14 @@