Added templates.

This commit is contained in:
Patrick Fic
2021-02-12 11:40:02 -08:00
parent 77a06014cf
commit 99b652e078
7 changed files with 267 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import { Button, Space } from "antd";
import { Button } from "antd";
import React from "react";
import { useTranslation } from "react-i18next";

View File

@@ -34,7 +34,7 @@ export function PrintCenterJobsComponent({ printCenterModal }) {
<Col {...colSpan}>
<Collapse accordion>
<Collapse.Panel header={t("printcenter.labels.repairorder")}>
<ul style={{ columns: "3 auto" }}>
<ul style={{ columns: "2 auto" }}>
{JobsReportsList.map((item) => (
<PrintCenterItem
key={item.key}