Add width in table view data in tree view
This commit is contained in:
parent
b67188728b
commit
2ae253a3e0
|
@ -160,11 +160,13 @@ if ($get_module_detail) {
|
||||||
"Data" => array(
|
"Data" => array(
|
||||||
"data",
|
"data",
|
||||||
"modules_format_data",
|
"modules_format_data",
|
||||||
"align" => "left"),
|
"align" => "left",
|
||||||
|
"width" => 500),
|
||||||
"Time" => array(
|
"Time" => array(
|
||||||
"utimestamp",
|
"utimestamp",
|
||||||
"modules_format_time",
|
"modules_format_time",
|
||||||
"align" => "left")
|
"align" => "left",
|
||||||
|
"width" => 500)
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($selection_mode == "fromnow") {
|
if ($selection_mode == "fromnow") {
|
||||||
|
|
Loading…
Reference in New Issue