More UI Fixes & Print Center IO-587

This commit is contained in:
Patrick Fic
2021-04-01 14:48:55 -07:00
parent ad0347e25b
commit d515db6fc9
11 changed files with 434 additions and 177 deletions

View File

@@ -1,4 +1,4 @@
import { Button, List, Typography } from "antd";
import { Button, List, PageHeader } from "antd";
import React, { useState } from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";
@@ -33,9 +33,7 @@ export function PrintCenterSpeedPrint({ bodyshop, jobId }) {
return (
<div>
<Typography.Title level={2}>
{t("printcenter.labels.speedprint")}
</Typography.Title>
<PageHeader title={t("printcenter.labels.speedprint")} />
<List
itemLayout="horizontal"