diff --git a/docs/en_US/release_notes_4_26.rst b/docs/en_US/release_notes_4_26.rst index 2f3240404..5c980bd0a 100644 --- a/docs/en_US/release_notes_4_26.rst +++ b/docs/en_US/release_notes_4_26.rst @@ -10,6 +10,7 @@ New features ************ | `Issue #2042 `_ - Added SQL Formatter support in Query Tool. +| `Issue #4059 `_ - Added a new button to the query tool toolbar to open a new query tool window. | `Issue #5772 `_ - Warn the user when connecting to a server that is older than pgAdmin supports. Housekeeping diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/index.html b/web/pgadmin/tools/datagrid/templates/datagrid/index.html index 9de7bf511..ae240cd5c 100644 --- a/web/pgadmin/tools/datagrid/templates/datagrid/index.html +++ b/web/pgadmin/tools/datagrid/templates/datagrid/index.html @@ -14,6 +14,14 @@