diff --git a/src/sunstone/public/app/tabs/provision-tab.js b/src/sunstone/public/app/tabs/provision-tab.js index 2cf1334910..9c73f1c6af 100644 --- a/src/sunstone/public/app/tabs/provision-tab.js +++ b/src/sunstone/public/app/tabs/provision-tab.js @@ -397,6 +397,17 @@ define(function(require) { "start_time": start_time, "end_time": end_time }; + + OpenNebula.VM.accounting({ + //timeout: true, + success: function(req, response){ + var context = $("#provision_group_vms_dashboard"); + Accounting.fillAccounting(context, req, response, false); + }, + error: Notifier.onError, + data: options + }); + OpenNebula.VM.list({ timeout: true, success: function (request, item_list){ diff --git a/src/sunstone/public/app/tabs/provision-tab/dashboard/group-vms.hbs b/src/sunstone/public/app/tabs/provision-tab/dashboard/group-vms.hbs index 018a1cb1d6..80ee339c86 100644 --- a/src/sunstone/public/app/tabs/provision-tab/dashboard/group-vms.hbs +++ b/src/sunstone/public/app/tabs/provision-tab/dashboard/group-vms.hbs @@ -13,104 +13,107 @@ {{! See the License for the specific language governing permissions and }} {{! limitations under the License. }} {{! -------------------------------------------------------------------------- }} -