pgadmin4/web/pgadmin/browser/server_groups
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
..
servers Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
static/img Re-organise node structure and loading to make things somewhat more 2015-03-10 13:09:11 +00:00
templates/server_groups Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
tests Fix a bunch of file headers. 2017-03-16 14:27:55 +00:00
__init__.py Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30