Files
pyTorrent/pytorrent/static/js/diagnosticCards.js
T
Mateusz Gruszczyński b6a5003f2c split js
2026-05-31 13:04:05 +02:00

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";