mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
11 lines
386 B
Handlebars
11 lines
386 B
Handlebars
{{page-title "Queue Configuration"}}
|
|
<Layout::Section::Header @title={{t "console.admin.config.queue.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-6">
|
|
<Configure::Queue />
|
|
</div>
|
|
</div>
|
|
<Spacer @height="300px" />
|
|
</Layout::Section::Body> |