mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-12-11 23:59:45 +01:00
* include/calendar.js, include/FusionCharts/FusionCharts.js: fixed end of sentences with lost semicolons, the Eclipse IDE warned me some this bugs. * include/help/en/help_date_format.php, include/help/en/help_agent_status.php, include/help/en/help_eventview.php, include/help/en/help_configure_gis_map.php, include/help/en/help_alerts.php, include/help/en/help_plugin_definition.php, include/help/en/help_alert_macros.php, include/help/en/help_gis_setup_map_connection.php, general/license/pandora_info_en.html, general/license/pandora_info_pt_BR.html, general/license/pandora_info_es.html, general/license/pandora_info_ja.html, general/pandora_help.php: cleaned html and fixed unclose html tags in source code, the Eclipse IDE warned me some this bugs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3362 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
35 lines
1.7 KiB
PHP
35 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* @package Include/help/en
|
|
*/
|
|
?>
|
|
<h1>Event viewer</h1>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Validate</h3>
|
|
<img src="../images/tick.png" title="Validated event" alt="Validated event" width="10" height="10"> - Validated event<br>
|
|
<img src="../images/cross.png" title="Event not validated" alt="Event not validated" width="10" height="10"> - Event not validated
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Severity</h3>
|
|
<img src="../images/status_sets/default/severity_maintenance.png" title="Maintenance event" alt="Maintenance event"> - Maintenance event<br>
|
|
<img src="../images/status_sets/default/severity_informational.png" title="Informational event" alt="Informational event"> - Informational event<br>
|
|
<img src="../images/status_sets/default/severity_normal.png" title="Normal event" alt="Normal event"> - Normal event<br>
|
|
<img src="../images/status_sets/default/severity_warning.png" title="Warning event" alt="Warning event"> - Warning event<br>
|
|
<img src="../images/status_sets/default/severity_critical.png" title="Critical event" alt="Critical event"> - Critical event<br>
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Actions</h3>
|
|
<img src="../images/ok.png" title="Validate event" alt="Validate event"> - Validate event<br>
|
|
<img src="../images/cross.png" title="Delete event" alt="Delete event"> - Delete event<br>
|
|
<img src="../images/page_lightning.png" title="Create incident from event" alt="Create incident from event"> - Create incident from event
|
|
</div>
|
|
|
|
<div style="clear: both;"> </div>
|
|
|