diff --git a/docs/en_US/release_notes_4_26.rst b/docs/en_US/release_notes_4_26.rst index 09276fe29..e9e58513f 100644 --- a/docs/en_US/release_notes_4_26.rst +++ b/docs/en_US/release_notes_4_26.rst @@ -22,6 +22,7 @@ Bug fixes ********* | `Issue #4216 `_ - Ensure that schema names starting with 'pg' should be visible in browser tree when standard_conforming_strings is set to off. +| `Issue #5652 `_ - Modified the 'Commit' and 'Rollback' query tool button icons. | `Issue #5722 `_ - Ensure that the user should be able to drop the database even if it is connected. | `Issue #5748 `_ - Fixed incorrect reverse engineering SQL for Foreign key when creating a table. | `Issue #5751 `_ - Enable the 'Configure' and 'View log' menu option when the server taking longer than usual time to start. diff --git a/web/pgadmin/tools/sqleditor/static/img/commit.svg b/web/pgadmin/tools/sqleditor/static/img/commit.svg index 5047ac3e6..b38409158 100644 --- a/web/pgadmin/tools/sqleditor/static/img/commit.svg +++ b/web/pgadmin/tools/sqleditor/static/img/commit.svg @@ -1,22 +1 @@ - - - -commit - - + \ No newline at end of file diff --git a/web/pgadmin/tools/sqleditor/static/img/rollback.svg b/web/pgadmin/tools/sqleditor/static/img/rollback.svg index c0566447f..8d7b9bb17 100644 --- a/web/pgadmin/tools/sqleditor/static/img/rollback.svg +++ b/web/pgadmin/tools/sqleditor/static/img/rollback.svg @@ -1,22 +1 @@ - - - -rollback - - + \ No newline at end of file