Back to Thingsboard

Entity Debug Settings Button.Component

ui-ngx/src/app/modules/home/components/entity/debug/entity-debug-settings-button.component.html

4.3.1.1279 B
Original Source

bug_report @if (isDebugAllActive$ | async) { {{ (allEnabled$ | async) === false ? (allEnabledUntil | durationLeft) : (maxDebugModeDuration | milliSecondsToTimeString: true : true) }} } @else { {{ (failuresEnabled ? 'debug-settings.failures' : 'common.disabled') | translate }} }