From d7d430e2a30b5709e3ddf8d3c9e36e529a2a81bd Mon Sep 17 00:00:00 2001 From: acognet Date: Wed, 1 Dec 2021 09:02:17 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03695=20-=20Migrate=20module=20to=20new?= =?UTF-8?q?=20UIBlock=20system=20:=20Alarm=20Console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/displayblock.class.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/displayblock.class.inc.php b/application/displayblock.class.inc.php index dce369c36..11e0bfbe1 100644 --- a/application/displayblock.class.inc.php +++ b/application/displayblock.class.inc.php @@ -174,6 +174,8 @@ class DisplayBlock /** string Max. height of the list, if not specified will occupy all the available height no matter the pagination */ 'localize_values', /** param for export.php */ + 'sRefreshAction', + /**to add refresh button in datatable*/ ], DataTableUIBlockFactory::GetAllowedParams()), 'list_search' => array_merge([ 'update_history',