Enable the online help button on the index dialogue. Fixes #4053

This commit is contained in:
Dave Page
2019-03-13 16:18:51 +00:00
parent 870d373ced
commit cdc9ed678f
2 changed files with 2 additions and 3 deletions

View File

@@ -24,9 +24,6 @@ define('pgadmin.node.index', [
node: 'index',
label: gettext('Indexes'),
type: 'coll-index',
sqlAlterHelp: 'sql-alterindex.html',
sqlCreateHelp: 'sql-createindex.html',
dialogHelp: url_for('help.static', {'filename': 'index_dialog.html'}),
columns: ['name', 'description'],
hasStatistics: true,
statsPrettifyFields: [gettext('Size'), gettext('Index size')],
@@ -227,6 +224,7 @@ define('pgadmin.node.index', [
collection_type: ['coll-table', 'coll-view'],
sqlAlterHelp: 'sql-alterindex.html',
sqlCreateHelp: 'sql-createindex.html',
dialogHelp: url_for('help.static', {'filename': 'index_dialog.html'}),
type: 'index',
label: gettext('Index'),
hasSQL: true,