Go to file
mirivlad e9cc71ddfe fix: Tooltip скрывается через visibility + opacity при уходе с графика
- Используем visibility: hidden + opacity: 0 для скрытия
- Используем visibility: visible + opacity: 1 для показа
- Обработчики вешаются на canvas через getElementById
2026-02-19 17:06:00 +00:00
config Initial commit - mon.mirv.top monitoring system 2026-02-14 15:08:14 +00:00
public Fix CSRF: add generateToken() call in /csrf-token endpoint 2026-02-15 11:59:47 +00:00
src Add getMetrics API endpoint for time range metrics 2026-02-15 11:31:43 +00:00
templates fix: Tooltip скрывается через visibility + opacity при уходе с графика 2026-02-19 17:06:00 +00:00
AGENTS.md Initial commit - mon.mirv.top monitoring system 2026-02-14 15:08:14 +00:00
ARCHITECTURE.md docs: Add ARCHITECTURE.md with full system documentation 2026-02-19 16:33:08 +00:00
INSTALL.md Initial commit - mon.mirv.top monitoring system 2026-02-14 15:08:14 +00:00
TECHNICAL_SPECIFICATION.md Initial commit - mon.mirv.top monitoring system 2026-02-14 15:08:14 +00:00
agent.py Add top CPU/RAM process collection to agent 2026-02-14 17:07:22 +00:00
composer.json Initial commit - mon.mirv.top monitoring system 2026-02-14 15:08:14 +00:00
composer.lock Initial commit - mon.mirv.top monitoring system 2026-02-14 15:08:14 +00:00
monitoring_system_dump.sql Remove top CPU/RAM proc metrics - rolled back 2026-02-14 17:53:04 +00:00
schema.sql Initial commit - mon.mirv.top monitoring system 2026-02-14 15:08:14 +00:00