"feat: Integrate Tailwind CSS
This commit is contained in:
parent
000bf774b6
commit
360cfb0b0e
Binary file not shown.
2
backend/app/static/css/tailwind.min.css
vendored
2
backend/app/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
1
backend/app/templates/500.html
Normal file
1
backend/app/templates/500.html
Normal file
@ -0,0 +1 @@
|
||||
|
@ -608,7 +608,7 @@
|
||||
</span>
|
||||
<div>
|
||||
<p class="text-sm text-slate-900 dark:text-white">{{ log.message }}</p>
|
||||
<p class="text-xs text-slate-500 dark:text-slate-400 mt-1">{{ log.module }} - {{ log.timestamp.strftime('%d.%m.%Y %H:%M:%S') }}</p>
|
||||
<p class="text-xs text-slate-500 dark:text-slate-400 mt-1">{{ log.module }} - {{ log.timestamp if log.timestamp is string else log.timestamp.strftime('%d.%m.%Y %H:%M:%S') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user