pgadmin4/web/pgadmin/tools/debugger
Surinder Kumar 47e849dee0 The spinner icon is not visible while executing query or running debugger in Runtime environment specific to Ubuntu. This issue is related to RM#1186
To make it work, we need to explicitly set -webkit-animation property to 'none' for classes "sql-editor-busy-icon.fa-pulse" and ".debugger-container fa-pulse".

'fa-pulse' class is responsible to spin the busy icon, but setting its -webkit-animation property to none will not spin icon but icon and message will be shown.
2016-07-13 12:32:05 +01:00
..
static/css Consistent busy indication. Fixes #1242 2016-06-29 12:16:02 +01:00
templates/debugger The spinner icon is not visible while executing query or running debugger in Runtime environment specific to Ubuntu. This issue is related to RM#1186 2016-07-13 12:32:05 +01:00
__init__.py Query tool and debugger rendering issue in Linux 2016-06-21 15:24:48 +01:00