소스 검색

Added theme to select2 of tags

Saria Hajjar 6 년 전
부모
커밋
cfa078c929
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,
         multiple: true,
         allowClear: true,
         allowClear: true,
         placeholder: "Tags",
         placeholder: "Tags",
+        theme: "bootstrap",
         width: "off",
         width: "off",
         ajax: {
         ajax: {
             delay: 250,
             delay: 250,