更新中控
This commit is contained in:
@@ -627,7 +627,7 @@
|
||||
|
||||
function renderKeySection(keys, kmap) {
|
||||
if (!keys.length) return "";
|
||||
return keys
|
||||
const cards = keys
|
||||
.map((k) => {
|
||||
const kp = kmap[k.id] || kmap[String(k.id)] || {};
|
||||
const mt = k.monitor_type || k.type || "";
|
||||
@@ -649,6 +649,7 @@
|
||||
</div>`;
|
||||
})
|
||||
.join("");
|
||||
return `<div class="hub-key-list">${cards}</div>`;
|
||||
}
|
||||
|
||||
function renderOrderMonitorSection(orders) {
|
||||
|
||||
Reference in New Issue
Block a user