Explorar el Código

Added theme to select2 of tags

Saria Hajjar hace 6 años
padre
commit
cfa078c929
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      netbox/project-static/js/forms.js

+ 1 - 0
netbox/project-static/js/forms.js

@@ -302,6 +302,7 @@ $(document).ready(function() {
         multiple: true,
         allowClear: true,
         placeholder: "Tags",
+        theme: "bootstrap",
         width: "off",
         ajax: {
             delay: 250,