2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/help/en/help_agent_status.php include/help/es/help_agent_status.php include/help/ja/help_agent_status.php: Fixes style on this view. Fixes: #3371438 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4687 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
06cf74d4a3
commit
8ade98c957
|
@ -1,3 +1,11 @@
|
|||
2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/help/en/help_agent_status.php
|
||||
include/help/es/help_agent_status.php
|
||||
include/help/ja/help_agent_status.php: Fixes style on this view.
|
||||
|
||||
Fixes: #3371438
|
||||
|
||||
2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
|
|
|
@ -19,7 +19,7 @@ Possible values of an <b>agent status</b> are:
|
|||
|
||||
<br><br>
|
||||
|
||||
<table width="750px">
|
||||
<table width="750px" style="display:inline">
|
||||
<tr>
|
||||
<td class="f9i"><?php html_print_image("images/status_sets/default/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?><?php html_print_image("images/status_sets/faces/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?></td><td>At least one monitor fails</td>
|
||||
<td class="f9i"><?php html_print_image("images/status_sets/default/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?><?php html_print_image("images/status_sets/faces/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?></td><td>Change between Green/Red state</td>
|
||||
|
|
|
@ -21,7 +21,7 @@ Los valores posibles del <b>estado de un agente </b> son:
|
|||
|
||||
<br><br>
|
||||
|
||||
<table width="750px">
|
||||
<table width="750px" style="display:inline">
|
||||
<tr>
|
||||
<td class="f9i"><?php html_print_image("images/status_sets/default/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?><?php html_print_image("images/status_sets/faces/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?></td><td>Al menos un monitor falla</td>
|
||||
<td class="f9i"><?php html_print_image("images/status_sets/default/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?><?php html_print_image("images/status_sets/faces/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?></td><td>Cambia entre el estado Verde/Rojo</td>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<br><br>
|
||||
|
||||
<table width=750px><tr>
|
||||
<table width="750px" style="display:inline"><tr>
|
||||
<td class="f9i"><?php html_print_image("images/status_sets/default/agent_ok.png", false, array("title" => "すべての監視項目が正常", "alt" => "すべての監視項目が正常")); ?></td><td>すべての監視項目が正常</td>
|
||||
<td class="f9i"><?php html_print_image("images/status_sets/default/module_critical.png", false, array("title" => "1つ以上の監視項目で障害", "alt" => "1つ以上の監視項目で障害")); ?></td><td>1つ以上の監視項目で障害</td>
|
||||
<td class="f9i"><?php html_print_image("images/status_sets/default/module_warning.png", false, array("title" => "緑/赤 の状態変化発生", "alt" => "緑/赤 の状態変化発生")); ?></td><td>緑/赤 の状態変化発生</td>
|
||||
|
|
Loading…
Reference in New Issue