diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index 41fef4399f7..f09891483d6 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -840,7 +840,10 @@ label.metrics.cpu.total=Total CPU
label.metrics.cpu.usage=CPU Usage
label.metrics.cpu.used.avg=Avg CPU
label.metrics.disk.iops.total=IOPS Total
+label.metrics.disk.offering=Disk Offering
label.metrics.disk.read=Disk Read
+label.metrics.disk.size=Size
+label.metrics.disk.storagetype=Type
label.metrics.disk.usage=Disk Usage
label.metrics.disk.write=Disk Write
label.metrics.hosts=Hosts
@@ -855,6 +858,7 @@ label.metrics.network.read=Network Read
label.metrics.network.write=Network Write
label.metrics.num.cpu.cores=Cores
label.metrics.state=State
+label.metrics.vm.name=VM Name
label.migrate.instance.to.host=Migrate instance to another host
label.migrate.instance.to.ps=Migrate instance to another primary storage
label.migrate.instance.to=Migrate instance to
diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp
index c67eefe371e..688b3601eb9 100644
--- a/ui/dictionary.jsp
+++ b/ui/dictionary.jsp
@@ -841,7 +841,10 @@ dictionary = {
'label.metrics.cpu.usage': '',
'label.metrics.cpu.used.avg': '',
'label.metrics.disk.iops.total': '',
+'label.metrics.disk.offering': '',
'label.metrics.disk.read': '',
+'label.metrics.disk.size': '',
+'label.metrics.disk.storagetype': '',
'label.metrics.disk.usage': '',
'label.metrics.disk.write': '',
'label.metrics.hosts': '',
@@ -856,6 +859,7 @@ dictionary = {
'label.metrics.network.write': '',
'label.metrics.num.cpu.cores': '',
'label.metrics.state': '',
+'label.metrics.vm.name': '',
'label.migrate.instance.to': '',
'label.migrate.instance.to.host': '',
'label.migrate.instance.to.ps': '',