mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
chore(tests): clean tests output [EE-5758] (#9215)
This commit is contained in:
parent
2953848b9a
commit
531f88b947
11 changed files with 25 additions and 11 deletions
|
@ -2,6 +2,8 @@ import { Activity } from 'lucide-react';
|
|||
|
||||
import { isoDateFromTimestamp } from '@/portainer/filters/filters';
|
||||
import { Environment } from '@/react/portainer/environments/types';
|
||||
import heartbeatup from '@/assets/ico/heartbeat-up.svg?c';
|
||||
import heartbeatdown from '@/assets/ico/heartbeat-down.svg?c';
|
||||
|
||||
import { EnvironmentStatusBadgeItem } from './EnvironmentStatusBadgeItem';
|
||||
|
||||
|
@ -35,7 +37,7 @@ export function EdgeIndicator({
|
|||
>
|
||||
<EnvironmentStatusBadgeItem
|
||||
color={heartbeat ? 'success' : 'danger'}
|
||||
icon={heartbeat ? 'svg-heartbeatup' : 'svg-heartbeatdown'}
|
||||
icon={heartbeat ? heartbeatup : heartbeatdown}
|
||||
aria-label="edge-heartbeat"
|
||||
>
|
||||
heartbeat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue