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

M #-: Add missing change from F-5516 branch

This commit is contained in:
Ruben S. Montero 2022-10-10 14:52:39 +02:00
parent 6f3d4b00dc
commit eb5709baf2
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -45,7 +45,6 @@ define(function(require) {
data : {},
timeout: true,
success: function (request, pciDevices){
console.log(opts)
var tr = opts.tr;
var html = "<select>";
@ -116,4 +115,4 @@ define(function(require) {
tr.remove();
});
}
});
});