mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2009-01-28 Jorge Gonzalez <jorgegonz@artica.es>
* include/functions.php, operation/agentes/sla_view.php, operation/agentes/ver_agente.php, operation/reporting/reporting_xml.php, operation/reporting/reporting_viewer.php: Fixed typo. * include/languages/index.pot: Updated PO template. * include/languages/pt_BR.po, include/languages/es.po, include/languages/pt_BR.mo, include/languages/es.mo: Updated translations. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1407 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
70ce4b3ecd
commit
6a045d36b5
@ -1,3 +1,16 @@
|
|||||||
|
2009-01-28 Jorge Gonzalez <jorgegonz@artica.es>
|
||||||
|
|
||||||
|
* include/functions.php, operation/agentes/sla_view.php,
|
||||||
|
operation/agentes/ver_agente.php,
|
||||||
|
operation/reporting/reporting_xml.php,
|
||||||
|
operation/reporting/reporting_viewer.php: Fixed typo.
|
||||||
|
|
||||||
|
* include/languages/index.pot: Updated PO template.
|
||||||
|
|
||||||
|
* include/languages/pt_BR.po, include/languages/es.po,
|
||||||
|
include/languages/pt_BR.mo, include/languages/es.mo: Updated
|
||||||
|
translations.
|
||||||
|
|
||||||
2009-01-28 Esteban Sanchez <estebans@artica.es>
|
2009-01-28 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* godmode/alerts/configure_alert_template.php: Removed a javascript
|
* godmode/alerts/configure_alert_template.php: Removed a javascript
|
||||||
|
@ -706,7 +706,7 @@ function get_report_types () {
|
|||||||
$types = array ();
|
$types = array ();
|
||||||
$types['simple_graph'] = __('Simple graph');
|
$types['simple_graph'] = __('Simple graph');
|
||||||
$types['custom_graph'] = __('Custom graph');
|
$types['custom_graph'] = __('Custom graph');
|
||||||
$types['SLA'] = __('S.L.A');
|
$types['SLA'] = __('S.L.A.');
|
||||||
$types['event_report'] = __('Event report');
|
$types['event_report'] = __('Event report');
|
||||||
$types['alert_report'] = __('Alert report');
|
$types['alert_report'] = __('Alert report');
|
||||||
$types['monitor_report'] = __('Monitor report');
|
$types['monitor_report'] = __('Monitor report');
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@ if (mysql_num_rows ($result_t)) {
|
|||||||
echo "<tr><th>X</th>";
|
echo "<tr><th>X</th>";
|
||||||
echo "<th>".__('Type')."</th>
|
echo "<th>".__('Type')."</th>
|
||||||
<th>".__('Module name')."</th>
|
<th>".__('Module name')."</th>
|
||||||
<th>".__('S.L.A')."</th>
|
<th>".__('S.L.A.')."</th>
|
||||||
<th>".__('Status')."</th>
|
<th>".__('Status')."</th>
|
||||||
<th>".__('Interval')."</th>
|
<th>".__('Interval')."</th>
|
||||||
<th>".__('Last contact')."</th>";
|
<th>".__('Last contact')."</th>";
|
||||||
@ -145,7 +145,7 @@ if (mysql_num_rows ($result_t)) {
|
|||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<th>" . __('Type') . "</th>";
|
echo "<th>" . __('Type') . "</th>";
|
||||||
echo "<th>" . __('Module name') . "</th>";
|
echo "<th>" . __('Module name') . "</th>";
|
||||||
echo "<th>" . __('S.L.A') . "</th>";
|
echo "<th>" . __('S.L.A.') . "</th>";
|
||||||
echo "<th>" . __('Status') . "</th>";
|
echo "<th>" . __('Status') . "</th>";
|
||||||
|
|
||||||
while ($module_data = mysql_fetch_array($result_t)){
|
while ($module_data = mysql_fetch_array($result_t)){
|
||||||
|
@ -214,7 +214,7 @@ if ($tab == "sla") {
|
|||||||
} else {
|
} else {
|
||||||
echo "<li class='nomn'>";
|
echo "<li class='nomn'>";
|
||||||
}
|
}
|
||||||
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente=$id_agente'><img src='images/images.png' class='top' border=0> ".__('S.L.A')." </a>";
|
echo "<a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&tab=sla&id_agente=$id_agente'><img src='images/images.png' class='top' border=0> ".__('S.L.A.')." </a>";
|
||||||
echo "</li>";
|
echo "</li>";
|
||||||
|
|
||||||
// Group tab
|
// Group tab
|
||||||
|
@ -189,7 +189,7 @@ foreach ($contents as $content) {
|
|||||||
$table->colspan[0][0] = 2;
|
$table->colspan[0][0] = 2;
|
||||||
$table->style[1] = 'text-align: right';
|
$table->style[1] = 'text-align: right';
|
||||||
$data = array ();
|
$data = array ();
|
||||||
$data[0] = '<h4>'.__('S.L.A').'</h4>';
|
$data[0] = '<h4>'.__('S.L.A.').'</h4>';
|
||||||
$data[1] = '<h4>'.human_time_description ($content['period']).'</h4>';;
|
$data[1] = '<h4>'.human_time_description ($content['period']).'</h4>';;
|
||||||
$n = array_push ($table->data, $data);
|
$n = array_push ($table->data, $data);
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ foreach ($contents as $content) {
|
|||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
case 'SLA':
|
case 'SLA':
|
||||||
$data["title"] = __('S.L.A');
|
$data["title"] = __('S.L.A.');
|
||||||
|
|
||||||
$slas = get_db_all_rows_field_filter ('treport_content_sla_combined','id_report_content', $content['id_rc']);
|
$slas = get_db_all_rows_field_filter ('treport_content_sla_combined','id_report_content', $content['id_rc']);
|
||||||
if ($slas === false) {
|
if ($slas === false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user