mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
truncate string
This commit is contained in:
parent
fdc6d2f4c8
commit
240efc4dcf
@ -396,6 +396,8 @@ if (is_ajax()) {
|
||||
$tmp->data,
|
||||
$config['graph_precision']
|
||||
);
|
||||
} else {
|
||||
$tmp->data = ui_print_truncate_text($tmp->data, 10);
|
||||
}
|
||||
|
||||
$tmp->instructions = events_get_instructions($item);
|
||||
|
Loading…
x
Reference in New Issue
Block a user