diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index a58a6a1c1da..393308f2df4 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -104,6 +104,7 @@ label.private.ip=Private IP Address
label.guest.ip=Guest IP Address
label.guest.ip.range=Guest IP Range
label.guest.netmask=Guest Netmask
+label.guest.cidr=Guest CIDR
label.memory.allocated=Memory Allocated
label.memory.used=Memory Used
label.cpu.allocated=CPU Allocated
@@ -462,7 +463,6 @@ message.add.firewall=Add a firewall to zone
message.add.load.balancer=Add a load balancer to zone
message.add.ip.range.direct.network=Add an IP range to direct network in zone
message.add.network=Add a new network for zone:
-message.add.host=Add a host for zone , pod
message.add.cluster=Add a hypervisor managed cluster for zone , pod
message.add.cluster.zone=Add a hypervisor managed cluster for zone
message.add.primary.storage=Add a new Primary Storage for zone , pod
@@ -488,6 +488,7 @@ message.create.snapshot=Please confirm you want to create snapshot for this volu
message.snapshot.schedule=Your snapshot schedule is currently set to
message.add.volume=Please fill in the following data to add a new volume.
message.attach.volume=Please fill in the following data to attach a new volume. If you are attaching a disk volume to a Windows based virtual machine, you will need to reboot the instance to see the attached disk.
+message.add.pod=Add a new pod for zone
#Errors
diff --git a/ui/jsp/zone.jsp b/ui/jsp/zone.jsp
index e486a8fdc0d..22e90f4e741 100644
--- a/ui/jsp/zone.jsp
+++ b/ui/jsp/zone.jsp
@@ -1,17 +1,15 @@
-<%@ page import="java.util.*" %>
-
-<%@ page import="com.cloud.utils.*" %>
-
-<%
- Locale browserLocale = request.getLocale();
- CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale);
-%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
+
- Loading …
+Actions
+- Waiting …
+