mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6226: UI > multi widget > dropdown field > translate option value.
This commit is contained in:
parent
c874e20c24
commit
415e4bffd6
|
|
@ -927,7 +927,7 @@
|
|||
response: {
|
||||
success: function(args) {
|
||||
$(args.data).each(function() {
|
||||
$('<option>').val(this.name).html(_s(this.description))
|
||||
$('<option>').val(this.name).html(_l(_s(this.description)))
|
||||
.appendTo($select);
|
||||
});
|
||||
_medit.refreshItemWidths($multi);
|
||||
|
|
|
|||
Loading…
Reference in New Issue