mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Sanitize detail view input rendering
This commit is contained in:
parent
8a9bbe496b
commit
25f57c3f59
@ -310,7 +310,7 @@
|
||||
));
|
||||
else if ($input.is('input[type=checkbox]')) {
|
||||
var val = $input.is(':checked');
|
||||
|
||||
|
||||
$value.data('detail-view-boolean-value', _s(val));
|
||||
$value.html(_s(val) ? _l('label.yes') : _l('label.no'));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user