"Refactor database schema for improved performance: feat(database) - WAL integration and template updates"
This commit is contained in:
@@ -857,7 +857,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
const fields = [
|
||||
{ id: 'name', type: 'text', minLength: 2, required: true },
|
||||
{ id: 'email', type: 'email', required: true },
|
||||
{ id: 'printer_id', type: 'select', required: true },
|
||||
{ id: 'printer_id', type: 'select', required: false },
|
||||
{ id: 'duration_min', type: 'number', min: 1, max: 9999, required: true },
|
||||
{ id: 'reason', type: 'textarea', minLength: 50, required: true }
|
||||
];
|
||||
|
Reference in New Issue
Block a user