diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index 4a9a2a587a7..96b32b38622 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -47,7 +47,6 @@ label.action.delete.physical.network=Delete physical network
message.action.delete.physical.network=Please confirm that you want to delete this physical network
message.installWizard.copy.whatIsAHost=A host is a single computer. Hosts provide the computing resources that run the guest virtual machines. Each host has hypervisor software installed on it to manage the guest VMs (except for bare metal hosts, which are a special case discussed in the Advanced Installation Guide). For example, a Linux KVM-enabled server, a Citrix XenServer server, and an ESXi server are hosts. In a Basic Installation, we use a single host running XenServer or KVM.
The host is the smallest organizational unit within a CloudStack™ deployment. Hosts are contained within clusters, clusters are contained within pods, and pods are contained within zones.
-
label.add.compute.offering=Add compute offering
label.compute.offering=Compute offering
label.compute.offerings=Compute offerings
@@ -332,6 +331,7 @@ message.pending.projects.1=You have pending project invitations:
message.pending.projects.2=To view, please go to the projects section, then select invitations from the drop-down.
message.instanceWizard.noTemplates=You do not have any templates available; please add a compatible template, and re-launch the instance wizard.
label.view=View
+
instances.actions.reboot.label=Reboot instance
label.filterBy=Filter by
label.ok=OK
@@ -794,6 +794,7 @@ label.add.firewall=Add firewall rule
label.add.host=Add Host
label.add.ingress.rule=Add Ingress Rule
label.add.ip.range=Add IP Range
+label.add.iso=Add ISO
label.add.load.balancer=Add Load Balancer
label.add.more=Add More
label.add.network=Add Network
@@ -1373,3 +1374,4 @@ error.menu.select=Unable to perform action due to no items being selected.
error.mgmt.server.inaccessible=The Management Server is unaccessible. Please try again later.
error.session.expired=Your session has expired.
error.unresolved.internet.name=Your internet name cannot be resolved.
+
diff --git a/ui/index.jsp b/ui/index.jsp
index e9f730fdc89..2c4e2cfb25d 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -1659,13 +1659,6 @@