pgAdmin 4 commit: Fixing few issues with context menu icon missing. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixing few issues with context menu icon missing.
Date
Msg-id E1a4orV-0002vG-J8@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixing few issues with context menu icon missing.
Introduced a new ajax function to return the HTTP Status code 410 (GONE).
Changed the location of the javascript from each modules, it loads.

Added .swp, .swo files in the .gitignore file

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=537df154fed5a90a7592be64101369f6c7a43146

Modified Files
--------------
.gitignore                                          |    2 ++
web/pgadmin/browser/templates/browser/js/browser.js |    2 +-
web/pgadmin/browser/utils.py                        |    2 +-
web/pgadmin/utils/ajax.py                           |    8 ++++++++
4 files changed, 12 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: svoop_6cedifwf9e@delirium.ch
Date:
Subject: Re: [pgadmin-support] SSH tunnel key exchange methods
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Do validation before enabling the Save button.