| | |
| | | import { Box, Stack, Typography } from '@mui/material'; |
| | | import { |
| | | useTranslate, |
| | | useTheme, |
| | | } from 'react-admin'; |
| | | import { MissionCard } from './MissionCard'; |
| | | |
| | | export const MissionColumn = ({ stage, missions, }) => { |
| | | const theme = useTheme(); |
| | | const translate = useTranslate(); |
| | | |
| | | return ( |
| | |
| | | flex: 1, |
| | | paddingTop: '8px', |
| | | paddingBottom: '16px', |
| | | bgcolor: '#eaeaee', |
| | | bgcolor: theme[0] === 'dark' ? '#424242' : '#eaeaee', |
| | | '&:first-of-type': { |
| | | paddingLeft: '5px', |
| | | borderTopLeftRadius: 5, |
| | |
| | | |
| | | private String destCode; |
| | | |
| | | private String progress = "50"; |
| | | private Double progress = 50.0; |
| | | |
| | | } |