CS-16681:Inconsistent behavior in custom disk offering selection page in Add VM instance wizard - Fixed by adding a Jquery bind event

This commit is contained in:
Pranav Saxena 2012-11-03 13:01:32 +05:30
parent dfffa805bc
commit 04c5d89f80
1 changed files with 6 additions and 0 deletions

View File

@ -876,6 +876,12 @@
}
});
$wizard.find('div.data-disk-offering div.custom-size input[type=text]').bind('change',function() {
var old = $wizard.find('div.data-disk-offering div.custom-size input[type=text]').val();
$wizard.find('div.data-disk-offering span.custom-disk-size').html(_s(old));
});
return $wizard.dialog({
title: _l('label.vm.add'),
width: 800,