Manage the unassigned things inventory which can be activated by end-users.
This widget can be visible and used only by users having the REGISTER_THING permission.
Configuration
Design View
In the visual editor, you can find the Register Things icon under the Maintenance and Support component palette group.
Code View
Template Syntax
Below you can find some examples of how to use the component within a template.
<div class="d-flex flex-wrap components-row"> <register-things-widget [title]="'Register new machines'"></register-things-widget> </div>
Component Reference
Here is a comprehensive list of all the elements and properties that can be used to configure the component.
Register Things <register-things-widget> | |
---|---|
PROPERTIES | |
CSS Class | The name(s) of the CSS class used to customize the widget layout. Type: STRING | Optional class="my-custom-class" |
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.