Fixed minor error. Ticket: #4169
This commit is contained in:
parent
018a115bfa
commit
5a50829e4b
|
@ -547,20 +547,16 @@ class Modules {
|
||||||
$output = $sub_string;
|
$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')] =
|
$row[7] = $row[__('Data')] =
|
||||||
'<span style="white-space: nowrap;">' .
|
'<span style="white-space: nowrap;">' .
|
||||||
'<span style="display: none;" class="show_collapside">' . $row[__('Status')] . ' </span>' .
|
'<span style="display: none;" class="show_collapside">' .
|
||||||
|
$row[__('Status')] . ' </span>' .
|
||||||
'<a data-ajax="false" class="ui-link" ' .
|
'<a data-ajax="false" class="ui-link" ' .
|
||||||
'href="index.php?page=module_graph&id=' . $module['id_agente_modulo'] . '&id_agent=' . $this->id_agent . '">' .
|
'href="index.php?page=module_graph&id=' .
|
||||||
$output . '</a>' . '</span>';
|
$module['id_agente_modulo'] . '&id_agent=' .
|
||||||
}
|
$this->id_agent . '">' . $output . '</a>' . '</span>';
|
||||||
|
|
||||||
if (!$ajax) {
|
if (!$ajax) {
|
||||||
if ($this->columns['agent']) {
|
if ($this->columns['agent']) {
|
||||||
unset($row[0]);
|
unset($row[0]);
|
||||||
|
|
Loading…
Reference in New Issue