Tech Console improvements.
This commit is contained in:
@@ -51,11 +51,8 @@ export function PrintCenterJobsComponent({ printCenterModal }) {
|
||||
>
|
||||
<Row gutter={[16, 16]}>
|
||||
{Object.keys(grouped).map((key) => (
|
||||
<Col md={12} sm={24}>
|
||||
<Card.Grid
|
||||
key={key}
|
||||
style={{ width: "100%", height: "100%" }}
|
||||
>
|
||||
<Col md={12} sm={24} key={key}>
|
||||
<Card.Grid style={{ width: "100%", height: "100%" }}>
|
||||
<Typography.Title level={4}>
|
||||
{t(`printcenter.labels.groups.${key}`)}
|
||||
</Typography.Title>
|
||||
|
||||
Reference in New Issue
Block a user