mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
pgAgent docs. Fixes #1824
This commit is contained in:
@@ -183,6 +183,7 @@ function($, _, S, pgAdmin, moment, pgBrowser, Alertify, Backform) {
|
||||
pgBrowser.Nodes['pga_schedule'] = pgBrowser.Node.extend({
|
||||
parent_type: 'pga_job',
|
||||
type: 'pga_schedule',
|
||||
dialogHelp: '{{ url_for('help.static', filename='pgagent_jobs.html') }}',
|
||||
hasSQL: false,
|
||||
hasDepends: false,
|
||||
hasStatistics: false,
|
||||
|
||||
@@ -22,6 +22,7 @@ function($, _, S, pgAdmin, pgBrowser, Alertify, Backform) {
|
||||
pgBrowser.Nodes['pga_jobstep'] = pgBrowser.Node.extend({
|
||||
parent_type: 'pga_job',
|
||||
type: 'pga_jobstep',
|
||||
dialogHelp: '{{ url_for('help.static', filename='pgagent_jobs.html') }}',
|
||||
hasSQL: true,
|
||||
hasDepends: false,
|
||||
hasStatistics: true,
|
||||
|
||||
@@ -21,6 +21,7 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
|
||||
pgBrowser.Nodes['pga_job'] = pgBrowser.Node.extend({
|
||||
parent_type: 'server',
|
||||
type: 'pga_job',
|
||||
dialogHelp: '{{ url_for('help.static', filename='pgagent_jobs.html') }}',
|
||||
hasSQL: true,
|
||||
hasDepends: false,
|
||||
hasStatistics: true,
|
||||
|
||||
Reference in New Issue
Block a user