From 170aef20bc3a59d5139c2eff8794d9ba4c83a2e5 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 29 Aug 2017 17:58:08 +0200 Subject: hooking: Add hook at global scope MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actually the global scope only allows to trace log messages. Change-Id: Ib73edf2e3168311b2ad694d857e6647e34884313 Signed-off-by: José Bollo --- test/monitoring/monitor-base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/monitoring/monitor-base.css') diff --git a/test/monitoring/monitor-base.css b/test/monitoring/monitor-base.css index f2de1d92..ff761ae7 100644 --- a/test/monitoring/monitor-base.css +++ b/test/monitoring/monitor-base.css @@ -88,8 +88,7 @@ body.on #params, body.on #connect, body.off #disconnect { display: none; } /*******************************************************************/ /* setting for traces */ -#apis .trace-evt { - visibility: hidden; +#apis .event, #apis .global { display: none; } -- cgit 1.2.3-korg