Files
Fleetbase-Mirror-Repo/console/app/templates/console/admin/virtual.hbs
2025-12-03 09:55:12 +08:00

11 lines
422 B
Handlebars

{{page-title @model.title}}
<Layout::Section::Header @title={{@model.title}} />
<Layout::Section::Body class="overflow-y-scroll h-full">
<div class="container mx-auto h-screen">
<div class="max-w-3xl my-10 mx-auto space-y-">
<LazyEngineComponent @component={{@model.component}} @params={{@model.componentParams}} />
</div>
</div>
<Spacer @height="300px" />
</Layout::Section::Body>