2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: added dinamic tab. * images/dynamic_network_icon.png: added a Carla's icon for the dinamic tab. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8605 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3f6a28f3ce
commit
af0a970cea
|
@ -1,3 +1,10 @@
|
||||||
|
2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/networkmap.php: added dinamic tab.
|
||||||
|
|
||||||
|
* images/dynamic_network_icon.png: added a Carla's icon for the
|
||||||
|
dinamic tab.
|
||||||
|
|
||||||
2013-07-30 Sergio Martin <sergio.martin@artica.es>
|
2013-07-30 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/reporting_builder.list_items.php: Add the
|
* godmode/reporting/reporting_builder.list_items.php: Add the
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -208,6 +208,10 @@ $buttons['topology'] = array('active' => $activeTab == 'topology',
|
||||||
'text' => '<a href="index.php?sec=network&sec2=operation/agentes/networkmap&tab=topology&pure='.$pure.'">' .
|
'text' => '<a href="index.php?sec=network&sec2=operation/agentes/networkmap&tab=topology&pure='.$pure.'">' .
|
||||||
html_print_image("images/op_network.png", true, array ("title" => __('Topology view'))) .'</a>');
|
html_print_image("images/op_network.png", true, array ("title" => __('Topology view'))) .'</a>');
|
||||||
|
|
||||||
|
$buttons['dinamic'] = array('active' => $activeTab == 'dinamic',
|
||||||
|
'text' => '<a href="index.php?sec=network&sec2=operation/agentes/networkmap&tab=dinamic&pure='.$pure.'">' .
|
||||||
|
html_print_image("images/dynamic_network_icon.png", true, array ("title" => __('Dinamic view'))) .'</a>');
|
||||||
|
|
||||||
|
|
||||||
$combolist = '<form name="query_sel" method="post" action="index.php?sec=network&sec2=operation/agentes/networkmap">';
|
$combolist = '<form name="query_sel" method="post" action="index.php?sec=network&sec2=operation/agentes/networkmap">';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue