mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
* pandoradb.sql, extras/pandoradb_migrate_v2.x_to_v3.0.sql: change the field "name" in the table "tagente" to binary varchar. * include/functions_events.php, operation/events/events.php: add new columns, the severity colummn and the validate colummn. * images/tag_red.png, images/tick.png, images/status_sets/default/severity_informational.png, images/status_sets/default/severity_maintenance.png, images/status_sets/default/severity_critical.png, images/status_sets/default/severity_warning.png, images/status_sets/default/severity_normal.png: add the new files to use in the events list new colummns. * include/help/en/help_eventview.php: change the content in this help for show help info of new colummns. Comments: I hate the massive and mixed commits...but I have not choice, and in this commit there are two parts, the changes in the sql table and the changes in the event list colummn. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2011 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>
|
|
</div>
|