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

B #5509: Fix memory input (#1463)

(cherry picked from commit 6e64b46905d1e290758c97532f3f213b41cb4aa3)
This commit is contained in:
Frederick Borges 2021-09-20 11:10:23 +02:00 committed by Tino Vazquez
parent 66ce6f3c98
commit 49c2c3e061
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -626,6 +626,8 @@ define(function(require) {
} else {
$(".memory_input .mb_input input", context).removeAttr("pattern");
}
$(".memory_input .mb_input input.visor").trigger("change");
});
mb_input_unit.trigger("change");