3 lines
401 B
JavaScript
3 lines
401 B
JavaScript
// Note: This chunk keeps one Tools/status feature separate from the former smartQueue.js bundle.
|
|
export const diagnosticCardsSource = "function diagCard(label,value,extra=''){ return `<div class=\"diag-card ${extra}\"><b>${esc(label)}</b><span>${esc(value ?? '-')}</span></div>`; }\n\n // Note: Centralizes footer visibility so Preferences can hide items without removing existing status logic.\n";
|