pgadmin4/web/pgadmin/browser
Ashesh Vashi f8a45799b6 Resolved an issue related to adding menus dynamically using the jinja2
templates. The variable scope for the jinja2 template variable is not
consitent across all the for loop (loop withing loop), it was behaving
inconsistently, a value set in a loop was not properly accessible in
inner loop properly. In order to resolve the issue - setting/using the
variable only in inner loop, and call add_menus function multiple times,
which we were trying to avoid, but - we can live with that.
2016-02-28 17:00:52 +05:30
..
server_groups Make the default privileges jinja2 template macros to generate more 2016-02-28 12:15:08 +05:30
static Allow to use the select2 with multiple selection. Changed the formatter 2016-02-10 13:09:09 +05:30
templates/browser Resolved an issue related to adding menus dynamically using the jinja2 2016-02-28 17:00:52 +05:30
__init__.py Add a simple version check mechanism to warn the user if a new release is available. 2016-02-08 16:28:20 +00:00
collection.py Initialize (executing the constructor) for the PGNodeModule needs to be 2016-02-18 17:08:24 +05:30
utils.py Fix rule name generation 2016-02-25 11:14:34 +00:00