diff --git a/src/sunstone/public/app/tabs/dashboard-tab.js b/src/sunstone/public/app/tabs/dashboard-tab.js index 9e137a28fb..1e3c86628a 100644 --- a/src/sunstone/public/app/tabs/dashboard-tab.js +++ b/src/sunstone/public/app/tabs/dashboard-tab.js @@ -69,13 +69,6 @@ define(function(require) { $("#acct_cpu_graph, #acct_mem_graph, #acct_disk_graph", "#dashboard_user_accounting").html(''+ ''+ '') - OpenNebulaVM.accounting({ - success: function(req, response) { - Accounting.fillAccounting($("#dashboard_user_accounting"), req, response, no_table); - }, - error: Notifier.onError, - data: options - }); } }, 'network': { @@ -112,6 +105,7 @@ define(function(require) { OpenNebulaVM.accounting({ success: function(req, response) { Accounting.fillAccounting($("#dashboard_vm_accounting"), req, response, no_table); + Accounting.fillAccounting($("#dashboard_user_accounting"), req, response, no_table); }, error: Notifier.onError, data: options