mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Allow to change the permissions for users.
This commit is contained in:
parent
8e61b06abc
commit
7390f2eccd
18 changed files with 933 additions and 8 deletions
|
@ -55,7 +55,10 @@ window.bootbox = require('bootbox')
|
|||
|
||||
// Includes required for tag input
|
||||
require('./tagsinput.js');
|
||||
require('../css/tagsinput.css')
|
||||
require('../css/tagsinput.css');
|
||||
|
||||
//Tristate checkbox support
|
||||
require('./jquery.tristate.js');
|
||||
|
||||
require('../ts_src/ajax_ui');
|
||||
import {ajaxUI} from "../ts_src/ajax_ui";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue