Files
freeipa/install/ui
Peter Keresztes Schmidt 459bc6bae7 WebUI: Fix rendering of boolean_status_formatter
With commit "WebUI: Apply jQuery patch to fix htmlPrefilter issue" (bc9f3e0557)
jQuery's handling of self-closing elements.

DOM before the above mentioned commit:
  <div name="nsaccountlock"><i class="fa fa-check"></i> Enabled</div>
and after:
  <div name="nsaccountlock"><i class="fa fa-check"> Enabled</i></div>

Explicitly closing the <i> element fixes the issue:
  <div name="nsaccountlock"><i class="fa fa-check"></i> Enabled</div>

Fixes: https://pagure.io/freeipa/issue/8396
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2020-07-06 14:38:58 +03:00
..
2015-11-27 15:50:56 +01:00
2017-12-14 18:57:37 +01:00
2019-11-21 16:44:11 +01:00
2020-06-19 08:40:15 +02:00
2019-11-21 16:44:11 +01:00
2014-06-30 12:27:05 +02:00