fix nounces

This commit is contained in:
CaiHQ
2022-10-25 17:51:02 +08:00
parent 19d0c53304
commit 82bab8f7e3
3 changed files with 4 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ ${table[i].name}
</tr>`
}
html += tableTail;
html = "<h5 class='card-title'>DO实例列表</h5>" + "<button onclick='pruneKilledContract()' class='btn btn-secondary' style='float:right'>清除已停合约</button>"+html;
html = "<h5 class='card-title'>合约实例列表</h5>" + "<button onclick='pruneKilledContract()' class='btn btn-secondary' style='float:right'>清除已停合约</button>"+html;
ciTabDiv.html(html);
$("#ciTabDivTab").DataTable(