mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added the new fields to the part edit form.
This commit is contained in:
parent
7517d83f55
commit
6a0adae8f3
17 changed files with 922 additions and 53 deletions
|
@ -52,6 +52,9 @@ require('./datatables.js');
|
|||
|
||||
window.bootbox = require('bootbox')
|
||||
|
||||
// Includes required for tag input
|
||||
require('./tagsinput.js');
|
||||
require('../css/tagsinput.css')
|
||||
|
||||
require('../ts_src/ajax_ui');
|
||||
import {ajaxUI} from "../ts_src/ajax_ui";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue