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

bug #2150: Expression is not correctly filled when updating a service template

(cherry picked from commit 83389a896fd42ef9abb9c5335ada61e9ef325707)
This commit is contained in:
Daniel Molina 2013-07-22 12:16:07 +02:00
parent 89d7d8f854
commit 559aac41fb

View File

@ -1433,8 +1433,8 @@ function fillUpUpdateServiceTemplateDialog(request, response){
$("#type" ,td).val(this['type'])
$("#type" ,td).change();
$("#adjust" ,td).val(this['adjust'] )
$("#expression" ,td).val(this['expression'] )
$("#min_adjust_step" ,td).val(this['min_adjust_step'] || "" )
$("#expression" ,td).val(unscape(this.expression))
$("#period" ,td).val(this['period'] || "" )
$("#period_number" ,td).val(this['period_number'] || "")
$("#cooldown" ,td).val(this['cooldown'] || "" )