mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(home): EE-4874 homepage ui issues (#8319)
This commit is contained in:
parent
07dd6bbe84
commit
d04747b309
6 changed files with 26 additions and 6 deletions
|
@ -27,7 +27,7 @@ export function EdgeIndicator({
|
|||
return (
|
||||
<span role="status" aria-label="edge-status">
|
||||
<EnvironmentStatusBadgeItem aria-label="unassociated">
|
||||
<s>associated</s>
|
||||
<span className="whitespace-nowrap">Not associated</span>
|
||||
</EnvironmentStatusBadgeItem>
|
||||
</span>
|
||||
);
|
||||
|
@ -41,6 +41,7 @@ export function EdgeIndicator({
|
|||
>
|
||||
<EnvironmentStatusBadgeItem
|
||||
color={isValid ? 'success' : 'danger'}
|
||||
icon={isValid ? 'svg-heartbeatup' : 'svg-heartbeatdown'}
|
||||
aria-label="edge-heartbeat"
|
||||
>
|
||||
heartbeat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue