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

B #5509: Fix memory input (#1463)

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

View File

@ -624,6 +624,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");