mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Implemented a filter constraint for entities
This commit is contained in:
parent
0bc9d8cba1
commit
c9151c65ba
13 changed files with 810 additions and 27 deletions
|
@ -2,7 +2,7 @@ const bootstrap = window.bootstrap = require('bootstrap'); // without this boots
|
|||
require('bootstrap-select/js/bootstrap-select'); // we have to manually require the working js file
|
||||
|
||||
import {Controller} from "@hotwired/stimulus";
|
||||
import "bootstrap-select/dist/css/bootstrap-select.css";
|
||||
import "../../css/lib/boostrap-select.css";
|
||||
import "../../css/selectpicker_extensions.css";
|
||||
|
||||
export default class extends Controller {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue