From 10841c1b032e2aa111c752069d94c2ae56720805 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Jun 2021 19:43:11 +0800 Subject: [PATCH] update --- js/NodeContractInstances.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/NodeContractInstances.js b/js/NodeContractInstances.js index 4ca317f..0cc458d 100644 --- a/js/NodeContractInstances.js +++ b/js/NodeContractInstances.js @@ -87,6 +87,7 @@ var drawciTable = function (table) { console.log("drawciTable"); var html = tableHead; for (var i = 0; i < table.length; i++) { + if (table[i].contractStatus=="KILLED") continue; html += ""; html += (i + 1); html += " ";