change color
This commit is contained in:
parent
1666b821cc
commit
be24113904
|
|
@ -9,7 +9,7 @@ app.get("/api/products", (req, res) => {
|
|||
{
|
||||
PID: "N9K-C9372PX",
|
||||
VID: "V03",
|
||||
SN: "SSSSAL1948TVZW",
|
||||
SN: "SAL1948TVZW",
|
||||
line: [100, 200, 300],
|
||||
fileName: "20230929-TEST01-Session.Port6-8-172.16.20.7.log",
|
||||
warehouse: "AU",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ const App = () => {
|
|||
<h1>Demo Git Webhook</h1>
|
||||
{allProducts.map((pro) => (
|
||||
<div>
|
||||
<h3 style={{ backgroundColor: "red" }}>
|
||||
<h3 style={{ backgroundColor: "yellow" }}>
|
||||
SN: {pro.SN}
|
||||
</h3>
|
||||
<p>PID: {pro.PID}</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue