<Layout::Resource::Tabular
    @resource="sensor"
    @title={{t "resource.sensors"}}
    @searchQuery={{this.query}}
    @onSearch={{perform this.sensorActions.controllerSearchTask this}}
    @data={{@model}}
    @columns={{this.columns}}
    @page={{this.page}}
    @onPageChange={{fn (mut this.page)}}
    @actionButtons={{this.actionButtons}}
    @bulkActions={{this.bulkActions}}
    @controller={{this}}
    @emptyStateComponent={{component
        "table/empty-state"
        icon="satellite-dish"
        title="Add your first sensor"
        description="Sensors capture telemetry signals that can power events, conditions, and operational visibility."
        filteredTitle="No sensors match your filters"
        filteredDescription="Adjust the search or filters to find another sensor."
        primaryText="New sensor"
        primaryIcon="plus"
        primaryAction=this.sensorActions.transition.create
        secondaryText="Import"
        secondaryIcon="upload"
        secondaryAction=this.sensorActions.import
        docsSlug="fleet-ops/connectivity/sensors/overview"
        docsTitle="Sensors guide"
        docsText="Sensors guide"
        docsSource="fleet-ops-empty-sensors"
    }}
/>
{{outlet}}
