Add width in table view data in tree view
(cherry picked from commit 2ae253a3e0
)
This commit is contained in:
parent
18939f4249
commit
c83b07c5e9
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue