mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 19:36:26 -06:00
Added theme to select2 of tags
This commit is contained in:
parent
c28e625a18
commit
0c1da66be2
@ -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