Changed the open query tool and data filter icons. Fixes #4990.

This commit is contained in:
Aditya Toshniwal
2019-12-06 19:27:55 +05:30
committed by Akshay Joshi
parent 1a9d365c42
commit 6e2cf8ced2
34 changed files with 45 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
export const QuerySources = {
EXECUTE: {
ICON_CSS_CLASS: 'fa fa-bolt',
ICON_CSS_CLASS: 'fa fa-play',
},
EXPLAIN: {
ICON_CSS_CLASS: 'fa fa-hand-pointer-o',