diff --git a/src/sunstone/public/app/tabs/vms-tab/datatable.js b/src/sunstone/public/app/tabs/vms-tab/datatable.js index c8d9347869..a18349c3ad 100644 --- a/src/sunstone/public/app/tabs/vms-tab/datatable.js +++ b/src/sunstone/public/app/tabs/vms-tab/datatable.js @@ -110,7 +110,7 @@ define(function(require) { } function _preUpdateView() { - StateActions.resetStateButtons(); + StateActions.disableAllStateActions(); this.totalVms = 0; this.activeVms = 0;