repository/configuration/device-tab/source-code-preview.component.ts
selector | c8y-source-code-preview |
templateUrl | ./source-code-preview.component.html |
Inputs |
isDisabled |
Type : boolean
|
text |
Type : string
|
<textarea
[disabled]="isDisabled"
class="text-monospace form-control no-resize flex-grow"
rows="4"
>{{ text }}</textarea
>