| | |
| | | > |
| | | {data.priority} |
| | | </Avatar> |
| | | <Typography color="textPrimary" variant="body2"> |
| | | <Typography color="textPrimary" variant="body2" sx={{ transform: 'scale(1.1)', pl: 1, pr: .1 }}> |
| | | {data.actionType$} |
| | | </Typography> |
| | | <Typography |
| | | variant="body2" |
| | | color="textSecondary" |
| | | > |
| | | ({data.actionSts$ || '-'}) |
| | | ({data.actionSts$ || '-'}) |
| | | </Typography> |
| | | <Box flex={1}></Box> |
| | | <Typography |
| | |
| | | )} |
| | | |
| | | <Box m={2}> |
| | | <Typography |
| | | color="textSecondary" |
| | | variant="caption" |
| | | > |
| | | Actions |
| | | </Typography> |
| | | <Divider /> |
| | | <ActionsIterator actionIds={record.actionIds} /> |
| | | </Box> |