1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Feature #3408 #3748: Fix DT state-actions on refresh

This commit is contained in:
Carlos Martín 2015-07-14 16:13:41 +02:00
parent cc5a199d96
commit 29d9223986

View File

@ -110,7 +110,7 @@ define(function(require) {
}
function _preUpdateView() {
StateActions.resetStateButtons();
StateActions.disableAllStateActions();
this.totalVms = 0;
this.activeVms = 0;