2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Update bootstrap-table

This commit is contained in:
Oliver
2021-10-28 13:03:47 +11:00
parent 05d350b6c8
commit 0ef0c539a7
70 changed files with 8213 additions and 1932 deletions

View File

@ -1728,7 +1728,7 @@ function constructField(name, parameters, options) {
<div class='panel-heading form-panel-heading' id='form-panel-heading-${group}'>`;
if (group_options.collapsible) {
html += `
<div data-bs-toggle='collapse' data-target='#form-panel-content-${group}'>
<div data-bs-toggle='collapse' data-bs-target='#form-panel-content-${group}'>
<a href='#'><span id='group-icon-${group}' class='fas fa-angle-up'></span>
`;
} else {