mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed mobile version
This commit is contained in:
parent
54dfe3450b
commit
5577d21e49
@ -547,20 +547,14 @@ class Modules {
|
||||
$output = $sub_string;
|
||||
}
|
||||
}
|
||||
if (is_snapshot($module['datos'])){
|
||||
'<span style="white-space: nowrap;">' .
|
||||
'<span style="display: none;" class="show_collapside">' . $row[__('Status')] . ' </span>' .
|
||||
'<a target='_blank' href='".io_safe_input($row[$attr[0]])."'><img style="width:300px" src='".io_safe_input($row[$attr[0]])."'>' .
|
||||
$output . '</a>' . '</span>';
|
||||
}
|
||||
else{
|
||||
|
||||
$row[7] = $row[__('Data')] =
|
||||
'<span style="white-space: nowrap;">' .
|
||||
'<span style="display: none;" class="show_collapside">' . $row[__('Status')] . ' </span>' .
|
||||
'<a data-ajax="false" class="ui-link" ' .
|
||||
'href="index.php?page=module_graph&id=' . $module['id_agente_modulo'] . '&id_agent=' . $this->id_agent . '">' .
|
||||
$output . '</a>' . '</span>';
|
||||
}
|
||||
|
||||
if (!$ajax) {
|
||||
if ($this->columns['agent']) {
|
||||
unset($row[0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user