Updated the CodeMirror to the latest stable version (5.14.2).
It has now the 'sql/x-pgsql' mode, which will make the queries more
familiar, and lot more improved addons.
Branch
--
dashboards
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8c7fc410347009cd9df3a
Open the create server dialog when clicked on 'Add New Server' link on
the welcome dashboard.
Branch
--
dashboards
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=742c12b4c64620ebf5e8612974d86aa77b0fe5b8
Modified Files
--
.../dashboard/templates/das
Allow to change the server-group from the properties dialog of the
server. This will allow us to select the server-group of our choice,
when we open the dialog from the welcome dashboard for adding new
server.
Branch
--
dashboards
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.gi
Fix the z-index for graph errors.
Branch
--
dashboards
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e94cfb433aea35d90908adf2389a6ac5ea49d75c
Modified Files
--
web/pgadmin/dashboard/static/css/dashboard.css | 1 -
1 file changed, 1 deletion(-)
--
This looks awesome, and is MIT licenced:
http://www.jqueryrain.com/2016/01/imageviewer-jquery-zooming-and-panning-plugin/
On Wednesday, April 20, 2016, Sanket Mehta
wrote:
>
> On Wed, Apr 20, 2016 at 6:12 PM, Dave Page > wrote:
>
>>
>>
>> On Tuesday, April 19, 2016, Sanket Mehta > > wrote:
>>
Branch refs/heads/dashboards was created.
View:
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=shortlog;h=refs/heads/dashboards
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Hi
I have fixed following review comments given by Dave and attached is the
patch file:
- The button bar be moved out into an HTML template
- create.sql should perhaps be renamed to insert.sql
- The "Add Row" button only works if you're on the last page of the
resultset.
I have tried