rm image as not working currently
parent
e974ce9c27
commit
20b70d5d57
|
@ -5,10 +5,7 @@
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<meta name="description" content="Admin Dashboard by Jannex" />
|
||||||
name="description"
|
|
||||||
content="Web site created using create-react-app"
|
|
||||||
/>
|
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
|
|
|
@ -292,6 +292,20 @@ export default function ViewEquipmentDocumentations({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
{equipmentDocumentationResponse.Documentations.length !== 0 && (
|
||||||
|
<Popover
|
||||||
|
placement="right"
|
||||||
|
trigger="hover"
|
||||||
|
content={<InvexStockItemThumbnail width={256} />}
|
||||||
|
>
|
||||||
|
<>
|
||||||
|
<InvexStockItemThumbnail width={64} />
|
||||||
|
</>
|
||||||
|
</Popover>
|
||||||
|
)}
|
||||||
|
*/
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<ScannerComponent />
|
<ScannerComponent />
|
||||||
|
@ -308,18 +322,6 @@ export default function ViewEquipmentDocumentations({
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{equipmentDocumentationResponse.Documentations.length !== 0 && (
|
|
||||||
<Popover
|
|
||||||
placement="right"
|
|
||||||
trigger="hover"
|
|
||||||
content={<InvexStockItemThumbnail width={256} />}
|
|
||||||
>
|
|
||||||
<>
|
|
||||||
<InvexStockItemThumbnail width={64} />
|
|
||||||
</>
|
|
||||||
</Popover>
|
|
||||||
)}
|
|
||||||
|
|
||||||
<Typography.Title level={4} style={{ margin: 0 }}>
|
<Typography.Title level={4} style={{ margin: 0 }}>
|
||||||
{paramStockId}
|
{paramStockId}
|
||||||
</Typography.Title>
|
</Typography.Title>
|
||||||
|
|
Loading…
Reference in New Issue