From f40e68e59fef7d029b9aee90ba9afbeacb0e88fd Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期三, 18 十月 2023 08:44:43 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pipeline.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 0aacd1f..2ec313f 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -314,7 +314,7 @@
if (devNo === 104 || devNo === 108 || devNo === 204 || devNo === 208) {
if (autoing === "Y") {
if (outEnable === "N") {
- tr.children("td").eq(5).css("background-color","#fab6b6").css("color","white")
+ // tr.children("td").eq(5).css("background-color","#fab6b6").css("color","white")
}
}
}
@@ -322,7 +322,7 @@
if (devNo === 107 || devNo === 111 || devNo === 211 || devNo === 207) {
if (autoing === "Y") {
if (inEnable === "N") {
- tr.children("td").eq(4).css("background-color","#fab6b6").css("color","white")
+ // tr.children("td").eq(4).css("background-color","#fab6b6").css("color","white")
}
}
}
--
Gitblit v1.9.1