mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Added theme to select2 of tags
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user