// Filename: frontend/js/pages/logs/logList.js class LogList { constructor(container) { this.container = container; if (!this.container) { console.error("LogList: container element (tbody) not found."); } } renderLoading() { if (!this.container) return; this.container.innerHTML = `