From 6704f9eccf5cfc9b9d0db867d5ab60f816cc21cd Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 3 Aug 2021 11:34:25 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03928=20Allow=20user=20to=20collapse=20im?= =?UTF-8?q?pact=20analysis'=20filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/displayablegraph.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/displayablegraph.class.inc.php b/core/displayablegraph.class.inc.php index ed6e45c7d..e9428e825 100644 --- a/core/displayablegraph.class.inc.php +++ b/core/displayablegraph.class.inc.php @@ -1448,7 +1448,7 @@ class DisplayableGraph extends SimpleGraph $oP->add("
\n"); $oUiSearchBlock = new Panel($sSftShort, [],Panel::ENUM_COLOR_CYAN, 'ds_flash'); $oUiSearchBlock->SetCSSClasses(["ibo-search-form-panel", "display_block"]); - + $oUiSearchBlock->SetIsCollapsible(true); $oUiHtmlBlock = new Combodo\iTop\Application\UI\Base\Component\Html\Html( <<