From 5cea5f84855a1b308769a537e9f5bbc332833566 Mon Sep 17 00:00:00 2001 From: Chethana Kumar Date: Wed, 24 Jan 2018 15:39:59 +0000 Subject: [PATCH] Update scan and index scan EXPLAIN icons for greater clarity. Fixes #3021 --- web/pgadmin/misc/static/explain/img/ex_index_scan.svg | 2 +- web/pgadmin/misc/static/explain/img/ex_scan.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pgadmin/misc/static/explain/img/ex_index_scan.svg b/web/pgadmin/misc/static/explain/img/ex_index_scan.svg index 84a20cd84..0b5b1b03d 100644 --- a/web/pgadmin/misc/static/explain/img/ex_index_scan.svg +++ b/web/pgadmin/misc/static/explain/img/ex_index_scan.svg @@ -1 +1 @@ -ex_index_scan \ No newline at end of file +ex_index_scan \ No newline at end of file diff --git a/web/pgadmin/misc/static/explain/img/ex_scan.svg b/web/pgadmin/misc/static/explain/img/ex_scan.svg index 7272eca3c..fe3216105 100644 --- a/web/pgadmin/misc/static/explain/img/ex_scan.svg +++ b/web/pgadmin/misc/static/explain/img/ex_scan.svg @@ -1 +1 @@ -ex_scan \ No newline at end of file +ex_scan \ No newline at end of file