Manual Alert Reporting

Prev Next

Allows users to manually activate alerts to report a fault which cannot be automatically detected by the machine.

Manual Alert Reporting

The selection menu allows selecting one of the alerts which can be manually activated.

Once selected the technical description of the problem is displayed and by pressing the Report button the alert is activated immediately.

Template Syntax

Below you can find some examples of how to use the component within a template.


<manual-alert-reporting-widget [title]="'Fault Reporting'"></manual-alert-reporting-widget>

Component Reference

Here is a comprehensive list of all the elements and properties that can be used to configure the component.

Manual Alert Reporting <manual-alert-reporting-widget>

Show Header

The flag indicated whether the header is visible.

Name: showHeader

Type: BOOLEAN | Optional

Default Value: true

[showHeader]="false"

Title

The title displayed on the top part of the widget box.

Name: title

Type: STRING | Optional

[title]="'Details'"

Rendering

CSS Class

The name(s) of the CSS class used to customize the widget layout.

Name: class

Type: STRING | Optional

class="my-custom-class"

Visibility Condition

The expression that allows you to reduce the visibility of the element.

Name: *ngIf

Type: STRING | Optional

*ngIf="getUser().organizationId != null"