mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 11:37:21 -06:00
Added theme to select2 of tags
This commit is contained in:
parent
57ea73db46
commit
cfa078c929
@ -302,6 +302,7 @@ $(document).ready(function() {
|
|||||||
multiple: true,
|
multiple: true,
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
placeholder: "Tags",
|
placeholder: "Tags",
|
||||||
|
theme: "bootstrap",
|
||||||
width: "off",
|
width: "off",
|
||||||
ajax: {
|
ajax: {
|
||||||
delay: 250,
|
delay: 250,
|
||||||
|
Loading…
Reference in New Issue
Block a user