|  |  | 
 |  |  |                                 overflow: 'hidden', | 
 |  |  |                                 textOverflow: 'ellipsis', | 
 |  |  |                             }}> | 
 |  |  |                                 {Common.camelToPascalWithSpaces(translate('table.field.bus.seqNum'))}: {record.seqNum} | 
 |  |  |                                 {Common.camelToPascalWithSpaces(translate('table.field.bus.busNo'))}: {record.seqNum} | 
 |  |  |                             </Typography> | 
 |  |  |                             {/*  inherit, primary, secondary, textPrimary, textSecondary, error */} | 
 |  |  |                             <Typography variant="h6" gutterBottom align="right" > | 
 |  |  | 
 |  |  |                         </Grid> | 
 |  |  |                         <Grid item xs={6}> | 
 |  |  |                             <PanelTypography | 
 |  |  |                                 title="table.field.bus.seqNum"  | 
 |  |  |                                 property={record.seqNum} | 
 |  |  |                                 title="table.field.bus.busNo"  | 
 |  |  |                                 property={record.busNo} | 
 |  |  |                             /> | 
 |  |  |                         </Grid> | 
 |  |  |                         <Grid item xs={6}> |