mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Prevent flickering of large tooltips on the Graphical EXPLAIN canvas. Fixes #4224 EXPLAIN options should be Query Tool instance-specific. Fixes #4395
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
{% macro BOOL_TEXT(bool_val) %}
|
|
{% if bool_val %}true{% else %}false{% endif %}
|
|
{% endmacro %}
|