UX improvements of the history in the query tool.

- Added copy button for query text.
- Historical queries are binned/grouped by day.

Patch By: Hao Wang, Sarah McAlear
This commit is contained in:
Hao Wang
2017-08-09 16:39:06 +05:30
committed by Ashesh Vashi
parent 33bd9d4782
commit 5141debae7
16 changed files with 785 additions and 695 deletions

View File

@@ -215,7 +215,7 @@ define('tools.querytool', [
var history = new pgAdmin.Browser.Panel({
name: 'history',
title: gettext("History"),
title: gettext("Query History"),
width: '100%',
height:'100%',
isCloseable: false,