mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure the correct "running at" agent is shown when a pgAgent job is executing. Fixes #3913
This commit is contained in:
committed by
Dave Page
parent
a804485a4c
commit
4125360dfb
@@ -88,7 +88,7 @@ define('pgadmin.node.pga_job', [
|
||||
var d = pgBrowser.Node.Model.prototype.parse.apply(this, arguments);
|
||||
|
||||
if (d) {
|
||||
d.jobrunningat = d.jaghostagent || gettext('Not running currently.');
|
||||
d.jobrunningat = d.jagagent || gettext('Not running currently.');
|
||||
d.jlgstatus = d.jlgstatus || gettext('Unknown');
|
||||
}
|
||||
return d;
|
||||
|
||||
Reference in New Issue
Block a user