1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5721: Fix Cloud View Instante VM Datastore (#1744)

This commit is contained in:
Frederick Borges 2022-02-02 19:31:14 +01:00 committed by GitHub
parent b0afcf4844
commit 2ce5350e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -626,8 +626,8 @@ define(function(require) {
ids : ds
};
this.datastoresTable.selectResourceTableSelect(selectedResources);
$(".provision_ds_selector", create_vm_context).data("dsTable", this.datastoresTable);
}
$(".provision_ds_selector", create_vm_context).data("dsTable", this.datastoresTable);
} else {
$(".provision_ds_selector", create_vm_context).html("");
$(".provision_ds", create_vm_context).hide();