pgadmin4/web/pgadmin/browser/server_groups/servers/databases/event_triggers
Ashesh Vashi fd3ddbeafb Implementation of the client side 'url_for(...)' function.
Created a url_for function module to be used by different javascript
modules to use the same functionality of flask at client side.

A python module can expose the list of endpoints, used by its
javascripts, by overriding the 'get_exposed_url_endpoints(self)'
function.

In this patch, we have modified all the browser modules to use this
function. It will allow us to move the majority of the javascript
modules of browser nodes from templates directory to the static
directory.

TODO::
- Move these javascripts modules to the static directory.
- Use this function in all the applicable javascript modules.
  e.g. tools, miscellaneous modules
2017-06-12 12:01:25 +05:30
..
static/img Add support for Event Triggers. 2016-03-10 13:38:31 +00:00
templates/event_triggers Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
tests Re-organised the regression directory now we have multiple test suites: move test_utils.py into python_test_utils/ 2017-03-23 11:59:31 +00:00
__init__.py Fix default values and SQL formatting for event triggers. Fixes #1229 2017-06-06 11:19:40 +01:00