mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
visual console mobile wip
This commit is contained in:
parent
b7e64f1477
commit
bc3616e6c5
@ -350,16 +350,15 @@ switch ($action) {
|
||||
$agent->show();
|
||||
break;
|
||||
|
||||
case 'visualmaps':
|
||||
// Show a list ov VC.
|
||||
$vc_list = new Visualmaps();
|
||||
$vc_list->show();
|
||||
break;
|
||||
|
||||
case 'visualmap':
|
||||
$id = $system->getRequest('id', null);
|
||||
if ($id !== null) {
|
||||
$vc = new Visualmap();
|
||||
$vc->show();
|
||||
} else {
|
||||
// Show a list ov VC.
|
||||
$vc_list = new Visualmaps();
|
||||
$vc_list->show();
|
||||
}
|
||||
$vc = new Visualmap();
|
||||
$vc->show();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
@ -62,7 +62,7 @@ class Home
|
||||
|
||||
if ((bool) $system->getConfig('legacy_vc', false) === false) {
|
||||
// Show Visual consoles only if new system is enabled.
|
||||
$items['visualmap'] = [
|
||||
$items['visualmaps'] = [
|
||||
'name' => __('Visual consoles'),
|
||||
'filename' => 'visualmaps.php',
|
||||
'menu_item' => true,
|
||||
|
0
pandora_server/util/recon_scripts/ipmi-recon.pl
Normal file → Executable file
0
pandora_server/util/recon_scripts/ipmi-recon.pl
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user