Starter Pattern: Drawer Detail

Use this route when you need a detail view without losing the main browse context.

The sample actions and drawer guidance are placeholders. Replace them after you bind the page to a real inventory or calibration workflow.

Export calibration list
Refresh inventory
Asset Type Status Location Owner Last calibrated
{{ selectedAsset?.name || 'Asset detail' }}
This asset is unavailable and should not be scheduled for test execution. Calibration is approaching its due date. Schedule service before the next release build.
{{ asset.type }} {{ asset.location }} {{ asset.status }}
Owner
{{ asset.owner }}
Last calibrated
{{ asset.calibrated }}
Recommended action
{{ asset.status === 'Calibrated' ? 'Keep in active rotation.' : 'Route through metrology review.' }}