change color and data

This commit is contained in:
joseph le 2023-10-13 16:49:43 +07:00
parent 1f821803a6
commit bf4b652013
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ app.get("/api/products", (req, res) => {
{ {
PID: "N9K-C9372PX", PID: "N9K-C9372PX",
VID: "V03", VID: "V03",
SN: "LUAN948TVZW", SN: "SAL1948TVZW",
line: [100, 200, 300], line: [100, 200, 300],
fileName: "20230929-TEST01-Session.Port6-8-172.16.20.7.log", fileName: "20230929-TEST01-Session.Port6-8-172.16.20.7.log",
warehouse: "AU", warehouse: "AU",

View File

@ -23,7 +23,7 @@ const App = () => {
<h1>Demo Git Webhook</h1> <h1>Demo Git Webhook</h1>
{allProducts.map((pro) => ( {allProducts.map((pro) => (
<div> <div>
<h3 style={{ backgroundColor: "yellow" }}> <h3 style={{ backgroundColor: "pink" }}>
SN: {pro.SN} SN: {pro.SN}
</h3> </h3>
<p>PID: {pro.PID}</p> <p>PID: {pro.PID}</p>