fixed visual errors in legacy VC pandora_enterprise#11054

This commit is contained in:
daniel 2023-05-04 13:27:34 +02:00
parent 5b0092c019
commit 75eae248a5

View File

@ -192,7 +192,6 @@ $options['view']['text'] = '<a href="index.php?sec=network&sec2=operation/visual
).'</a>';
$options['view']['active'] = true;
if (!is_metaconsole()) {
if (!$config['pure']) {
$options['pure']['text'] = '<a href="index.php?sec=network&sec2=operation/visual_console/render_view&id='.$id_layout.'&refr='.$refr.'&pure=1">'.html_print_image(
'images/full_screen.png',
@ -223,6 +222,7 @@ if (!is_metaconsole()) {
);
}
if (!is_metaconsole()) {
// Set the hidden value for the javascript.
html_print_input_hidden('metaconsole', 0);
} else {