mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-10 22:11:13 +00:00
UI fixes
This commit is contained in:
@@ -60,11 +60,11 @@
|
||||
></input>
|
||||
</div>
|
||||
</th:block>
|
||||
<th:block th:fragment="datetime(field, create, name, value)"
|
||||
<span class="input-group-text font-monospace">
|
||||
[[ ${field.getType()} ]]
|
||||
</span>
|
||||
<th:block th:fragment="datetime(field, create, name, value)">
|
||||
<div class="input-group">
|
||||
<span class="input-group-text font-monospace">
|
||||
[[ ${field.getType()} ]]
|
||||
</span>
|
||||
<input placeholder="NULL"
|
||||
type="datetime-local"
|
||||
th:value="${value}"
|
||||
|
Reference in New Issue
Block a user