pgAdmin 4 commit: Move the dashboard tab filters into a button bar, and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Move the dashboard tab filters into a button bar, and
Date: 2016-08-03 12:39:35
Message-ID: E1bUvSR-0003nG-Nh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Move the dashboard tab filters into a button bar, and add a refresh button. Fixes #1505

Branch
------
master

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

Modified Files
--------------
web/pgadmin/dashboard/static/css/dashboard.css | 25 +++++++++++++
.../templates/dashboard/database_dashboard.html | 18 ++++++++--
.../dashboard/templates/dashboard/js/dashboard.js | 42 ++++++++++++++++++++--
.../templates/dashboard/server_dashboard.html | 24 ++++++++++---
4 files changed, 100 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-03 13:00:12 Re: Patch for RM1500 other issues [pgAdmin4]
Previous Message Dave Page 2016-08-03 12:38:16 pgAdmin 4 commit: Move button bar related classes together.