1
0
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:
Saria Hajjar
2020-01-01 21:14:38 +00:00
parent 57ea73db46
commit cfa078c929

View File

@ -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,