From d4de8b385640133731649c6c5365f226bc53e592 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 2 Feb 2015 10:24:29 +0100 Subject: [PATCH] Add width in table view data in tree view --- pandora_console/include/ajax/module.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 5b2e0c34eb..f25f422fec 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -160,11 +160,13 @@ if ($get_module_detail) { "Data" => array( "data", "modules_format_data", - "align" => "left"), + "align" => "left", + "width" => 500), "Time" => array( "utimestamp", "modules_format_time", - "align" => "left") + "align" => "left", + "width" => 500) ); if ($selection_mode == "fromnow") {