towerops/lib
Graham McIntire 20101201c6
Fix admin layout to use proper Phoenix component pattern
The admin layout was incorrectly defined as a separate .html.heex file
using @inner_content. Phoenix components should use render_slot(@inner_block).

Moved admin layout definition into layouts.ex as a proper function
component, matching the pattern used by app/1 and authenticated/1 layouts.
2026-01-06 13:04:22 -06:00
..
towerops Reduce SNMP logging noise for missing OIDs 2026-01-06 13:02:08 -06:00
towerops_web Fix admin layout to use proper Phoenix component pattern 2026-01-06 13:04:22 -06:00
towerops.ex init 2025-12-21 11:10:43 -06:00
towerops_web.ex format 2025-12-21 11:31:08 -06:00