diff --git a/src/sunstone/public/app/tabs/dashboard-tab/vms.hbs b/src/sunstone/public/app/tabs/dashboard-tab/vms.hbs
index 9ef573710f..ec27f8a96b 100644
--- a/src/sunstone/public/app/tabs/dashboard-tab/vms.hbs
+++ b/src/sunstone/public/app/tabs/dashboard-tab/vms.hbs
@@ -29,11 +29,11 @@
-
0
- {{tr "ACTIVE"}}
+ 0
+ {{tr "TOTAL"}}
-
0
+ 0
{{tr "PENDING"}}
diff --git a/src/sunstone/public/app/tabs/vms-tab/datatable.js b/src/sunstone/public/app/tabs/vms-tab/datatable.js
index 3bbc9e9acd..3d2575ca30 100644
--- a/src/sunstone/public/app/tabs/vms-tab/datatable.js
+++ b/src/sunstone/public/app/tabs/vms-tab/datatable.js
@@ -150,7 +150,7 @@ define(function(require) {
}
function _postUpdateView() {
- $(".total_vms").text(this.totalVms);
+ $(".total_vms").removeClass("fadeinout");
DashboardUtils.counterAnimation(".total_vms", this.totalVms);
$(".active_vms").removeClass("fadeinout");