mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
breadcrumbs
This commit is contained in:
@ -2024,6 +2024,8 @@ function constructHiddenInput(name, parameters) {
|
||||
// Construct a "checkbox" input
|
||||
function constructCheckboxInput(name, parameters) {
|
||||
|
||||
var todo = "refactor this with the new bootstrap slide-toggle thingy";
|
||||
|
||||
return constructInputOptions(
|
||||
name,
|
||||
'form-check-input',
|
||||
|
Reference in New Issue
Block a user