From 3eb4e679cf4f0e44c7255f3790a6396351ade1cc Mon Sep 17 00:00:00 2001 From: Leandro Alves Date: Thu, 11 Aug 2022 22:06:02 +0200 Subject: Style query-response --- client/js/app/src/app/components/icon/icon.jsx | 4 +- .../querybuilder/query-derived/query-derived.jsx | 26 ++++------- .../querybuilder/query-response/query-response.jsx | 54 +++++++++++++++++++--- 3 files changed, 58 insertions(+), 26 deletions(-) (limited to 'client/js/app/src') diff --git a/client/js/app/src/app/components/icon/icon.jsx b/client/js/app/src/app/components/icon/icon.jsx index f792e7e4302..5a5a5e0dd55 100644 --- a/client/js/app/src/app/components/icon/icon.jsx +++ b/client/js/app/src/app/components/icon/icon.jsx @@ -6,6 +6,7 @@ import { faArrowsToDot, faChartGantt, faCircleMinus, + faCopy, faDownload, faPaste, faPlus, @@ -19,7 +20,8 @@ library.add( faCircleMinus, faPlus, faPaste, - faDownload + faDownload, + faCopy ); export function Icon({ name, type = 'solid', color, ...rest }) { diff --git a/client/js/app/src/app/pages/querybuilder/query-derived/query-derived.jsx b/client/js/app/src/app/pages/querybuilder/query-derived/query-derived.jsx index 23ec2f23805..1f200d93e36 100644 --- a/client/js/app/src/app/pages/querybuilder/query-derived/query-derived.jsx +++ b/client/js/app/src/app/pages/querybuilder/query-derived/query-derived.jsx @@ -9,24 +9,14 @@ export function QueryDerived() { Query - - - - + ctx.http.response); return ( - <> -