2014-05-21 Vanessa Gil <vanessa.gil@artica.es>

* images/dot_blue.png
	  images/dot_white.png
	  images/dot_yellow.png
	  operation/agentes/estado_monitores.php
	  operation/agentes/status_monitor.php: Changed images.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9976 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2014-05-21 09:57:36 +00:00
parent ebcf4cfc95
commit 30a5366f8f
6 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2014-05-21 Vanessa Gil <vanessa.gil@artica.es>
* images/dot_blue.png
images/dot_white.png
images/dot_yellow.png
operation/agentes/estado_monitores.php
operation/agentes/status_monitor.php: Changed images.
2014-05-21 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/configurar_agente.php,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -470,7 +470,7 @@ foreach ($modules as $module) {
$data[3] .= ui_print_truncate_text($module["nombre"], 'module_medium');
if (!empty($module["extended_info"])) {
if ($module["extended_info"] != "") {
$data[3] .= ui_print_help_tip ($module["extended_info"], true, '/images/comments.png');
$data[3] .= ui_print_help_tip ($module["extended_info"], true, '/images/default_list.png');
}
}

View File

@ -1049,7 +1049,7 @@ foreach ($result as $row) {
$data[3] = ui_print_truncate_text($row["module_name"], 'agent_small', false, true, true);
if ($row["extended_info"] != "") {
$data[3] .= ui_print_help_tip ($row["extended_info"], true, '/images/comments.png');
$data[3] .= ui_print_help_tip ($row["extended_info"], true, '/images/default_list.png');
}
if ($row["tags"] != "") {
$data[3] .= html_print_image('/images/tag_red.png', true,