mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2010-08-05 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/networkmap.php: Change the default map to topology map git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3105 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4bd715bf91
commit
23a7e047a3
@ -1,3 +1,7 @@
|
|||||||
|
2010-08-05 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/networkmap.php: Change the default map to topology map
|
||||||
|
|
||||||
2010-08-04 Miguel de Dios <miguel.dedios@artica.es>
|
2010-08-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
* include/functions_filemanager.php: move the action messages to $config
|
* include/functions_filemanager.php: move the action messages to $config
|
||||||
intermediate var.
|
intermediate var.
|
||||||
|
@ -334,9 +334,6 @@ echo '</table></table></form>';
|
|||||||
|
|
||||||
if($id_networkmap != 0) {
|
if($id_networkmap != 0) {
|
||||||
switch ($activeTab) {
|
switch ($activeTab) {
|
||||||
case 'topology':
|
|
||||||
require_once('operation/agentes/networkmap.topology.php');
|
|
||||||
break;
|
|
||||||
case 'groups':
|
case 'groups':
|
||||||
require_once('operation/agentes/networkmap.groups.php');
|
require_once('operation/agentes/networkmap.groups.php');
|
||||||
break;
|
break;
|
||||||
@ -344,7 +341,8 @@ if($id_networkmap != 0) {
|
|||||||
require_once(''.ENTERPRISE_DIR.'/operation/policies/networkmap.policies.php');
|
require_once(''.ENTERPRISE_DIR.'/operation/policies/networkmap.policies.php');
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
enterprise_selectTab($activeTab);
|
case 'topology':
|
||||||
|
require_once('operation/agentes/networkmap.topology.php');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user