diff --git a/FRONTEND/src/components/Component.module.css b/FRONTEND/src/components/Component.module.css index a1e613d..2c9796b 100644 --- a/FRONTEND/src/components/Component.module.css +++ b/FRONTEND/src/components/Component.module.css @@ -180,3 +180,7 @@ border-radius: 8px; width: 300px; } + +.blink { + animation: fade 1.2s ease-in-out infinite; +} diff --git a/FRONTEND/src/components/Modal/ModalTerminal.tsx b/FRONTEND/src/components/Modal/ModalTerminal.tsx index c3fc24e..c0a3da9 100644 --- a/FRONTEND/src/components/Modal/ModalTerminal.tsx +++ b/FRONTEND/src/components/Modal/ModalTerminal.tsx @@ -1332,7 +1332,7 @@ const ModalTerminal = ({ List ports{" "} - + {isPhysicalTest ? `(${line?.listPortsPhysical?.length || 0}/${ line?.ports?.length || 0 @@ -1345,7 +1345,7 @@ const ModalTerminal = ({ size="sm" color="blue" leftSection={ - + } > Running