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