Packages

ReflectOS Console is a web app that allows users to arrange their ReflectOS dashboard, configure section, switch layouts and much more. It ships with the pre-built ReflectOS firmware.

Current section

Files

Jump to
reflect_os_console lib console_web layouts templates app.html.heex
Raw

lib/console_web/layouts/templates/app.html.heex

<.navbar />
<.sidebar active_tab={@active_tab} />
<main class="p-4 md:ml-64 h-auto pt-[4rem]">
<div class="mx-auto max-w-2xl">
<.flash_group flash={@flash} />
{@inner_content}
</div>
</main>