mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 12:33:52 -06:00
Don't blink the elapsed time - it's distracting.
This commit is contained in:
parent
e9ad27678f
commit
78d329fc47
@ -283,7 +283,7 @@ function(_, S, $, pgBrowser, alertify, pgMessages) {
|
||||
}
|
||||
// TODO:: Formatted execution time
|
||||
self.container.find('.pg-bg-etime').empty().append(
|
||||
$('<span></span>', {class: 'blink'}).text(
|
||||
$('<span></span>').text(
|
||||
String(self.execution_time)
|
||||
)
|
||||
).append(
|
||||
|
Loading…
Reference in New Issue
Block a user