Add width in table view data in tree view

This commit is contained in:
m-lopez-f 2015-02-02 10:24:29 +01:00
parent b67188728b
commit 2ae253a3e0
1 changed files with 4 additions and 2 deletions

View File

@ -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") {