Allows users to manually activate alerts to report a fault which cannot be automatically detected by the machine.
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.
code_blocksDesign View
In the template editor, you can find the Manual Alert Reporting icon under the Maintenance and Support component palette group.
code_blocksCode View
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> | |
---|---|
PROPERTIES | |
CSS Class | The name(s) of the CSS class used to customize the widget layout. Type: STRING | Optional class="my-custom-class" |
Show Header | The flag indicated whether the header is visible. Type: BOOLEAN | Optional | Values: true false [showHeader]="true" |
Title | The title displayed on the top part of the widget box. Type: STRING | Optional [title]="'Details'" |
Visibility Condition | The expression that allows you to reduce the visibility of the element. Type: STRING | Optional *ngIf="getUser().organizationId != null" |
Comments
0 comments
Please sign in to leave a comment.