pgAdmin 4 commit: Fixed couple of issues for the dashboard.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed couple of issues for the dashboard.
Date: 2018-07-30 08:07:02
Message-ID: E1fk3Co-0003RJ-He@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed couple of issues for the dashboard.
- Filter for the grids were showing on the server level dashboard.
It was regression of the commit-id: f7e43d5e5
- Mark 'is_server_dashboard', and 'is_database_dashboard' to false, when
the node has its own dashboard URL defined.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4267f0878a95143a3ec271e1d2adee5596b1985

Modified Files
--------------
web/pgadmin/dashboard/static/js/dashboard.js | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Xuri Gong 2018-07-31 08:47:48 [pgAdmin4][patch]: Feature #1407 - Support map view for PostGIS query result sets
Previous Message Ashesh Vashi 2018-07-28 10:10:17 Re: Setting up postgresql with xcode