mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
FE: better Device fields docs, fix comments field input in multi-edit
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
}
|
||||
|
||||
|
||||
} else if (elementType === 'input'){
|
||||
} else if (elementType === 'input' || elementType === 'textarea'){
|
||||
|
||||
// Add classes specifically for checkboxes
|
||||
inputType === 'checkbox' ? inputClass = 'checkbox' : inputClass = 'form-control';
|
||||
|
||||
Reference in New Issue
Block a user