pgAgent docs. Fixes #1824

This commit is contained in:
Susan Douglas
2016-10-04 14:48:48 +01:00
committed by Dave Page
parent 9893b1bee4
commit 8b2832bbc7
9 changed files with 18 additions and 9 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,