Incorporated review comments for #5705

This commit is contained in:
Pravesh Sharma
2023-02-01 14:24:49 +05:30
committed by GitHub
parent aa6c199e98
commit e247867abf
8 changed files with 19 additions and 7 deletions

View File

@@ -69,6 +69,9 @@ define('pgadmin.browser.utils',
/* Server Heartbeat Timeout */
pgAdmin['heartbeat_timeout'] = '{{heartbeat_timeout}}';
/* Minimum password length */
pgAdmin['password_length_min'] = '{{password_length_min}}';
// Define list of nodes on which Query tool option doesn't appears
let unsupported_nodes = pgAdmin.unsupported_nodes = [
'server_group', 'server', 'coll-tablespace', 'tablespace',