mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user