mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
* images/radial_dynamic_network_icon.png: Added file. * operation/agentes/networkmap.php: Changed the icon of the 'radial dinamic' tab. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10444 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8504ffcc45
commit
4687305f2d
@ -1,3 +1,10 @@
|
|||||||
|
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||||
|
|
||||||
|
* images/radial_dynamic_network_icon.png: Added file.
|
||||||
|
|
||||||
|
* operation/agentes/networkmap.php: Changed the icon
|
||||||
|
of the 'radial dinamic' tab.
|
||||||
|
|
||||||
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php: Added filters to the
|
* include/functions_graph.php: Added filters to the
|
||||||
|
BIN
pandora_console/images/radial_dynamic_network_icon.png
Normal file
BIN
pandora_console/images/radial_dynamic_network_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -217,7 +217,7 @@ $buttons['dinamic'] = array('active' => $activeTab == 'dinamic',
|
|||||||
|
|
||||||
$buttons['radial_dinamic'] = array('active' => $activeTab == 'radial_dinamic',
|
$buttons['radial_dinamic'] = array('active' => $activeTab == 'radial_dinamic',
|
||||||
'text' => '<a href="index.php?sec=network&sec2=operation/agentes/networkmap&tab=radial_dinamic&pure='.$pure.'">' .
|
'text' => '<a href="index.php?sec=network&sec2=operation/agentes/networkmap&tab=radial_dinamic&pure='.$pure.'">' .
|
||||||
html_print_image("images/dynamic_network_icon.png", true, array ("title" => __('Radial dinamic view'))) .'</a>');
|
html_print_image("images/radial_dynamic_network_icon.png", true, array ("title" => __('Radial 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…
x
Reference in New Issue
Block a user