Add width in table view data in tree view

(cherry picked from commit 2ae253a3e0)
This commit is contained in:
m-lopez-f 2015-02-02 10:24:29 +01:00
parent 18939f4249
commit c83b07c5e9
1 changed files with 4 additions and 2 deletions

View File

@ -168,11 +168,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") {