From e6c5075f7c87e0061da3474eae9cec3666c1d742 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 3 Dec 2022 16:04:31 -0600 Subject: [PATCH] Add ability to display view definition --- static/css/app.css | 16 +++++++++++++++- static/index.html | 2 ++ static/js/app.js | 36 ++++++++++++++++++++++++++++++++---- 3 files changed, 49 insertions(+), 5 deletions(-) diff --git a/static/css/app.css b/static/css/app.css index 4041dc6..f5c90df 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -558,6 +558,20 @@ max-width: none; } +#results_view { + display: none; + padding: 12px; + font-size: 14px; +} + +#results_view .title { + margin-bottom: 8px; +} + +#results_view pre { + border: 0px none; +} + .full #output { top: 0px !important; } @@ -796,4 +810,4 @@ .ace_autocomplete .ace_active-line { background: #eee !important; -} \ No newline at end of file +} diff --git a/static/index.html b/static/index.html index 599df17..ced2239 100644 --- a/static/index.html +++ b/static/index.html @@ -102,6 +102,7 @@ +