mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 16:45:56 +08:00
fix: resource attribute error message
This commit is contained in:
parent
1851e76bca
commit
ef209e11d5
@ -206,7 +206,10 @@ function ResourceAttributesFilter(): JSX.Element | null {
|
|||||||
<Spin size="small" /> Loading...{' '}
|
<Spin size="small" /> Loading...{' '}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span>No data available for {state.value}</span>
|
<span>
|
||||||
|
No resource attributes available to filter. Please refer docs to send
|
||||||
|
attributes.
|
||||||
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user