HealthScanning
components/health/Scanning.vue
Rounded pill container with default slot for metric content, icon slot for visual indicator, and a manage action button.
Active Scanners
4
Scans Today
NaN
Avg Response
142
ms
Scenarios
Empty — no metrics
Custom icon slot
Threats Blocked
23
components/health/Scanning.vue
Usage
<HealthScanning
manageTxt = "Manage"
>
Content here
</HealthScanning>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| manageTxt | String | 'Manage' | Label text for the action button |
Events
| Event | Description |
|---|---|
| manage | Emitted when the manage button is clicked |
Slots
| Slot | Description |
|---|---|
| default | Main content area — typically metric components |
| icon | Icon/image area — defaults to a grey circle placeholder |