mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Added fields to edit category, storelocations and manufacturer of a part.
This commit is contained in:
parent
6f435a58c9
commit
86eda36a2e
5 changed files with 64 additions and 55 deletions
|
@ -20,6 +20,7 @@ import 'datatables.net-bs4/css/dataTables.bootstrap4.css'
|
|||
import 'datatables.net-buttons-bs4/css/buttons.bootstrap4.css'
|
||||
import 'datatables.net-fixedheader-bs4/css/fixedHeader.bootstrap4.css'
|
||||
import 'datatables.net-select-bs4/css/select.bootstrap4.css'
|
||||
import 'bootstrap-select/dist/css/bootstrap-select.css'
|
||||
|
||||
//require( 'jszip' );
|
||||
//#require( 'pdfmake' );
|
||||
|
@ -31,6 +32,7 @@ require( 'datatables.net-buttons/js/buttons.print.js' );
|
|||
//require( 'datatables.net-colreorder-bs4' )();
|
||||
require( 'datatables.net-fixedheader-bs4' );
|
||||
require( 'datatables.net-select-bs4' );
|
||||
require('bootstrap-select')
|
||||
|
||||
|
||||
//Define jquery globally
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue