Initialize Fonrey Django multi-tenant project skeleton
Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
This commit is contained in:
4
templates/components/empty-state.html
Normal file
4
templates/components/empty-state.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="text-center py-12" hx-get="/client/" hx-trigger="load" hx-target="#empty-action" hx-swap="innerHTML">
|
||||
<p class="text-neutral-500">暂无数据</p>
|
||||
<div id="empty-action"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user