From ac2bd5e6ee7c41d5fc2f4ee0036042ac79ff9320 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 2 Dec 2019 20:44:54 -0500 Subject: [PATCH] Use a 'play' icon for the Execute Query button in the Query Tool for greater consistency with other applications. Fixes #4711 --- docs/en_US/release_notes_4_16.rst | 1 + web/pgadmin/tools/datagrid/templates/datagrid/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_4_16.rst b/docs/en_US/release_notes_4_16.rst index 6acb55fbe..8e8612075 100644 --- a/docs/en_US/release_notes_4_16.rst +++ b/docs/en_US/release_notes_4_16.rst @@ -11,6 +11,7 @@ New features | `Issue #4396 `_ - Warn the user on changing the definition of Materialized View about the loss of data and its dependent objects. | `Issue #4435 `_ - Allow drag and drop functionality for all the nodes under the database node, excluding collection nodes. +| `Issue #4711 `_ - Use a 'play' icon for the Execute Query button in the Query Tool for greater consistency with other applications. | `Issue #4773 `_ - Added role="status" attribute to all the status messages for accessibility. | `Issue #4944 `_ - Allow Gunicorn logs in the container to be directed to a file specified through GUNICORN_ACCESS_LOGFILE. diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/index.html b/web/pgadmin/tools/datagrid/templates/datagrid/index.html index aaf5f91b5..26c9f91c3 100644 --- a/web/pgadmin/tools/datagrid/templates/datagrid/index.html +++ b/web/pgadmin/tools/datagrid/templates/datagrid/index.html @@ -241,7 +241,7 @@