diff --git a/netbox/project-static/select2-4.0.5/LICENSE.md b/netbox/project-static/select2-4.0.12/LICENSE.md old mode 100755 new mode 100644 similarity index 100% rename from netbox/project-static/select2-4.0.5/LICENSE.md rename to netbox/project-static/select2-4.0.12/LICENSE.md diff --git a/netbox/project-static/select2-4.0.5/README.md b/netbox/project-static/select2-4.0.12/README.md old mode 100755 new mode 100644 similarity index 77% rename from netbox/project-static/select2-4.0.5/README.md rename to netbox/project-static/select2-4.0.12/README.md index 6ee975d6e..bd215280d --- a/netbox/project-static/select2-4.0.5/README.md +++ b/netbox/project-static/select2-4.0.12/README.md @@ -1,6 +1,8 @@ Select2 ======= -[![Build Status][travis-ci-image]][travis-ci-status] +![Build Status][github-actions-image] +[![cdnjs](https://img.shields.io/cdnjs/v/select2.svg)][cdnjs] +[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/select2/badge)][jsdelivr] Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and pagination of results. @@ -31,14 +33,10 @@ Browser compatibility * Safari 3+ * Opera 10.6+ -Select2 is automatically tested on the following browsers. - -[![Sauce Labs Test Status][saucelabs-matrix]][saucelabs-status] - Usage ----- -You can source Select2 directly from a CDN like [JSDliver][jsdelivr] or -[CDNJS][cdnjs], [download it from this GitHub repo][releases], or use one of +You can source Select2 directly from a CDN like [jsDelivr][jsdelivr] or +[cdnjs][cdnjs], [download it from this GitHub repo][releases], or use one of the integrations below. Integrations @@ -51,14 +49,17 @@ Plugins - [django-autocomplete-light] - [django-easy-select2] - [django-select2] +* [Drupal] - [drupal-select2] * [Meteor] - [meteor-select2] * [Ruby on Rails][ruby-on-rails] - [select2-rails] * [Wicket] - [wicketstuff-select2] * [Yii 2][yii2] - [yii2-widget-select2] +* [Angularjs][angularjs] - [mdr-angular-select2] Themes - [Bootstrap 3][bootstrap3] - [select2-bootstrap-theme] +- [Bootstrap 4][bootstrap4] - [select2-bootstrap4-theme] - [Flat UI][flat-ui] - [select2-flat-theme] - [Metro UI][metro-ui] - [select2-metro] @@ -76,8 +77,8 @@ make a pull request back to Select2 here on GitHub. Documentation ------------- The documentation for Select2 is available -[through GitHub Pages][documentation] and is located within this repository -in the [`docs` folder][documentation-folder]. +[online at the documentation website][documentation] and is located within the +[`docs` directory of this repository][documentation-directory]. Community --------- @@ -91,28 +92,31 @@ The license is available within the repository in the [LICENSE][license] file. [cdnjs]: http://www.cdnjs.com/libraries/select2 [community]: https://select2.org/getting-help [documentation]: https://select2.org -[documentation-folder]: https://github.com/select2/select2/tree/master/docs +[documentation-directory]: https://github.com/select2/select2/tree/develop/docs [freenode]: https://freenode.net/ -[jsdelivr]: http://www.jsdelivr.com/#!select2 +[github-actions-image]: https://github.com/select2/select2/workflows/CI/badge.svg +[jsdelivr]: https://www.jsdelivr.com/package/npm/select2 [license]: LICENSE.md [releases]: https://github.com/select2/select2/releases -[saucelabs-matrix]: https://saucelabs.com/browser-matrix/select2.svg -[saucelabs-status]: https://saucelabs.com/u/select2 -[travis-ci-image]: https://img.shields.io/travis/select2/select2/master.svg -[travis-ci-status]: https://travis-ci.org/select2/select2 +[angularjs]: https://angularjs.org/ [bootstrap3]: https://getbootstrap.com/ +[bootstrap4]: https://getbootstrap.com/ [django]: https://www.djangoproject.com/ [django-autocomplete-light]: https://github.com/yourlabs/django-autocomplete-light [django-easy-select2]: https://github.com/asyncee/django-easy-select2 [django-select2]: https://github.com/applegrew/django-select2 +[drupal]: https://www.drupal.org/ +[drupal-select2]: https://www.drupal.org/project/select2 [flat-ui]: http://designmodo.github.io/Flat-UI/ +[mdr-angular-select2]: https://github.com/modulr/mdr-angular-select2 [meteor]: https://www.meteor.com/ [meteor-select2]: https://github.com/nate-strauser/meteor-select2 [metro-ui]: http://metroui.org.ua/ [select2-metro]: http://metroui.org.ua/select2.html [ruby-on-rails]: http://rubyonrails.org/ [select2-bootstrap-theme]: https://github.com/select2/select2-bootstrap-theme +[select2-bootstrap4-theme]: https://github.com/ttskch/select2-bootstrap4-theme [select2-flat-theme]: https://github.com/techhysahil/select2-Flat_Theme [select2-rails]: https://github.com/argerim/select2-rails [vue.js]: http://vuejs.org/ diff --git a/netbox/project-static/select2-4.0.5/css/select2.css b/netbox/project-static/select2-4.0.12/css/select2.css old mode 100755 new mode 100644 similarity index 97% rename from netbox/project-static/select2-4.0.5/css/select2.css rename to netbox/project-static/select2-4.0.12/css/select2.css index 447b2b86c..750b3207a --- a/netbox/project-static/select2-4.0.5/css/select2.css +++ b/netbox/project-static/select2-4.0.12/css/select2.css @@ -118,12 +118,14 @@ .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; + -webkit-clip-path: inset(50%) !important; + clip-path: inset(50%) !important; height: 1px !important; - margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; - width: 1px !important; } + width: 1px !important; + white-space: nowrap !important; } .select2-container--default .select2-selection--single { background-color: #fff; @@ -186,16 +188,13 @@ width: 100%; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; } - .select2-container--default .select2-selection--multiple .select2-selection__placeholder { - color: #999; - margin-top: 5px; - float: left; } .select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; - margin-right: 10px; } + margin-right: 10px; + padding: 1px; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; @@ -214,7 +213,7 @@ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; } -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { +.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; } .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { @@ -420,9 +419,7 @@ color: #555; } .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { - float: right; } - -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { + float: right; margin-left: 5px; margin-right: auto; } diff --git a/netbox/project-static/select2-4.0.12/css/select2.min.css b/netbox/project-static/select2-4.0.12/css/select2.min.css new file mode 100644 index 000000000..7c18ad59d --- /dev/null +++ b/netbox/project-static/select2-4.0.12/css/select2.min.css @@ -0,0 +1 @@ +.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb} diff --git a/netbox/project-static/select2-4.0.5/js/i18n/af.js b/netbox/project-static/select2-4.0.12/js/i18n/af.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/af.js rename to netbox/project-static/select2-4.0.12/js/i18n/af.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ar.js b/netbox/project-static/select2-4.0.12/js/i18n/ar.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ar.js rename to netbox/project-static/select2-4.0.12/js/i18n/ar.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/az.js b/netbox/project-static/select2-4.0.12/js/i18n/az.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/az.js rename to netbox/project-static/select2-4.0.12/js/i18n/az.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/bg.js b/netbox/project-static/select2-4.0.12/js/i18n/bg.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/bg.js rename to netbox/project-static/select2-4.0.12/js/i18n/bg.js diff --git a/netbox/project-static/select2-4.0.12/js/i18n/bn.js b/netbox/project-static/select2-4.0.12/js/i18n/bn.js new file mode 100644 index 000000000..e2a3926a9 --- /dev/null +++ b/netbox/project-static/select2-4.0.12/js/i18n/bn.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.12 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/bn",[],function(){return{errorLoading:function(){return"ফলাফলগুলি লোড করা যায়নি।"},inputTooLong:function(n){var e=n.input.length-n.maximum,u="অনুগ্রহ করে "+e+" টি অক্ষর মুছে দিন।";return 1!=e&&(u="অনুগ্রহ করে "+e+" টি অক্ষর মুছে দিন।"),u},inputTooShort:function(n){return n.minimum-n.input.length+" টি অক্ষর অথবা অধিক অক্ষর লিখুন।"},loadingMore:function(){return"আরো ফলাফল লোড হচ্ছে ..."},maximumSelected:function(n){var e=n.maximum+" টি আইটেম নির্বাচন করতে পারবেন।";return 1!=n.maximum&&(e=n.maximum+" টি আইটেম নির্বাচন করতে পারবেন।"),e},noResults:function(){return"কোন ফলাফল পাওয়া যায়নি।"},searching:function(){return"অনুসন্ধান করা হচ্ছে ..."}}}),n.define,n.require}(); \ No newline at end of file diff --git a/netbox/project-static/select2-4.0.5/js/i18n/bs.js b/netbox/project-static/select2-4.0.12/js/i18n/bs.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/bs.js rename to netbox/project-static/select2-4.0.12/js/i18n/bs.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ca.js b/netbox/project-static/select2-4.0.12/js/i18n/ca.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ca.js rename to netbox/project-static/select2-4.0.12/js/i18n/ca.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/cs.js b/netbox/project-static/select2-4.0.12/js/i18n/cs.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/cs.js rename to netbox/project-static/select2-4.0.12/js/i18n/cs.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/da.js b/netbox/project-static/select2-4.0.12/js/i18n/da.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/da.js rename to netbox/project-static/select2-4.0.12/js/i18n/da.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/de.js b/netbox/project-static/select2-4.0.12/js/i18n/de.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/de.js rename to netbox/project-static/select2-4.0.12/js/i18n/de.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/dsb.js b/netbox/project-static/select2-4.0.12/js/i18n/dsb.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/dsb.js rename to netbox/project-static/select2-4.0.12/js/i18n/dsb.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/el.js b/netbox/project-static/select2-4.0.12/js/i18n/el.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/el.js rename to netbox/project-static/select2-4.0.12/js/i18n/el.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/en.js b/netbox/project-static/select2-4.0.12/js/i18n/en.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/en.js rename to netbox/project-static/select2-4.0.12/js/i18n/en.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/es.js b/netbox/project-static/select2-4.0.12/js/i18n/es.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/es.js rename to netbox/project-static/select2-4.0.12/js/i18n/es.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/et.js b/netbox/project-static/select2-4.0.12/js/i18n/et.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/et.js rename to netbox/project-static/select2-4.0.12/js/i18n/et.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/eu.js b/netbox/project-static/select2-4.0.12/js/i18n/eu.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/eu.js rename to netbox/project-static/select2-4.0.12/js/i18n/eu.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/fa.js b/netbox/project-static/select2-4.0.12/js/i18n/fa.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/fa.js rename to netbox/project-static/select2-4.0.12/js/i18n/fa.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/fi.js b/netbox/project-static/select2-4.0.12/js/i18n/fi.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/fi.js rename to netbox/project-static/select2-4.0.12/js/i18n/fi.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/fr.js b/netbox/project-static/select2-4.0.12/js/i18n/fr.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/fr.js rename to netbox/project-static/select2-4.0.12/js/i18n/fr.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/gl.js b/netbox/project-static/select2-4.0.12/js/i18n/gl.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/gl.js rename to netbox/project-static/select2-4.0.12/js/i18n/gl.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/he.js b/netbox/project-static/select2-4.0.12/js/i18n/he.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/he.js rename to netbox/project-static/select2-4.0.12/js/i18n/he.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/hi.js b/netbox/project-static/select2-4.0.12/js/i18n/hi.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/hi.js rename to netbox/project-static/select2-4.0.12/js/i18n/hi.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/hr.js b/netbox/project-static/select2-4.0.12/js/i18n/hr.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/hr.js rename to netbox/project-static/select2-4.0.12/js/i18n/hr.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/hsb.js b/netbox/project-static/select2-4.0.12/js/i18n/hsb.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/hsb.js rename to netbox/project-static/select2-4.0.12/js/i18n/hsb.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/hu.js b/netbox/project-static/select2-4.0.12/js/i18n/hu.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/hu.js rename to netbox/project-static/select2-4.0.12/js/i18n/hu.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/hy.js b/netbox/project-static/select2-4.0.12/js/i18n/hy.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/hy.js rename to netbox/project-static/select2-4.0.12/js/i18n/hy.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/id.js b/netbox/project-static/select2-4.0.12/js/i18n/id.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/id.js rename to netbox/project-static/select2-4.0.12/js/i18n/id.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/is.js b/netbox/project-static/select2-4.0.12/js/i18n/is.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/is.js rename to netbox/project-static/select2-4.0.12/js/i18n/is.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/it.js b/netbox/project-static/select2-4.0.12/js/i18n/it.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/it.js rename to netbox/project-static/select2-4.0.12/js/i18n/it.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ja.js b/netbox/project-static/select2-4.0.12/js/i18n/ja.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ja.js rename to netbox/project-static/select2-4.0.12/js/i18n/ja.js diff --git a/netbox/project-static/select2-4.0.12/js/i18n/ka.js b/netbox/project-static/select2-4.0.12/js/i18n/ka.js new file mode 100644 index 000000000..5d3ca4acc --- /dev/null +++ b/netbox/project-static/select2-4.0.12/js/i18n/ka.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.12 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ka",[],function(){return{errorLoading:function(){return"მონაცემების ჩატვირთვა შეუძლებელია."},inputTooLong:function(n){return"გთხოვთ აკრიფეთ "+(n.input.length-n.maximum)+" სიმბოლოთი ნაკლები"},inputTooShort:function(n){return"გთხოვთ აკრიფეთ "+(n.minimum-n.input.length)+" სიმბოლო ან მეტი"},loadingMore:function(){return"მონაცემების ჩატვირთვა…"},maximumSelected:function(n){return"თქვენ შეგიძლიათ აირჩიოთ არაუმეტეს "+n.maximum+" ელემენტი"},noResults:function(){return"რეზულტატი არ მოიძებნა"},searching:function(){return"ძიება…"},removeAllItems:function(){return"ამოიღე ყველა ელემენტი"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/netbox/project-static/select2-4.0.5/js/i18n/km.js b/netbox/project-static/select2-4.0.12/js/i18n/km.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/km.js rename to netbox/project-static/select2-4.0.12/js/i18n/km.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ko.js b/netbox/project-static/select2-4.0.12/js/i18n/ko.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ko.js rename to netbox/project-static/select2-4.0.12/js/i18n/ko.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/lt.js b/netbox/project-static/select2-4.0.12/js/i18n/lt.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/lt.js rename to netbox/project-static/select2-4.0.12/js/i18n/lt.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/lv.js b/netbox/project-static/select2-4.0.12/js/i18n/lv.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/lv.js rename to netbox/project-static/select2-4.0.12/js/i18n/lv.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/mk.js b/netbox/project-static/select2-4.0.12/js/i18n/mk.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/mk.js rename to netbox/project-static/select2-4.0.12/js/i18n/mk.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ms.js b/netbox/project-static/select2-4.0.12/js/i18n/ms.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ms.js rename to netbox/project-static/select2-4.0.12/js/i18n/ms.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/nb.js b/netbox/project-static/select2-4.0.12/js/i18n/nb.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/nb.js rename to netbox/project-static/select2-4.0.12/js/i18n/nb.js diff --git a/netbox/project-static/select2-4.0.12/js/i18n/ne.js b/netbox/project-static/select2-4.0.12/js/i18n/ne.js new file mode 100644 index 000000000..536fbab84 --- /dev/null +++ b/netbox/project-static/select2-4.0.12/js/i18n/ne.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.12 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ne",[],function(){return{errorLoading:function(){return"नतिजाहरु देखाउन सकिएन।"},inputTooLong:function(n){var e=n.input.length-n.maximum,u="कृपया "+e+" अक्षर मेटाउनुहोस्।";return 1!=e&&(u+="कृपया "+e+" अक्षरहरु मेटाउनुहोस्।"),u},inputTooShort:function(n){return"कृपया बाँकी रहेका "+(n.minimum-n.input.length)+" वा अरु धेरै अक्षरहरु भर्नुहोस्।"},loadingMore:function(){return"अरु नतिजाहरु भरिँदैछन् …"},maximumSelected:function(n){var e="तँपाई "+n.maximum+" वस्तु मात्र छान्न पाउँनुहुन्छ।";return 1!=n.maximum&&(e="तँपाई "+n.maximum+" वस्तुहरु मात्र छान्न पाउँनुहुन्छ।"),e},noResults:function(){return"कुनै पनि नतिजा भेटिएन।"},searching:function(){return"खोजि हुँदैछ…"}}}),n.define,n.require}(); \ No newline at end of file diff --git a/netbox/project-static/select2-4.0.5/js/i18n/nl.js b/netbox/project-static/select2-4.0.12/js/i18n/nl.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/nl.js rename to netbox/project-static/select2-4.0.12/js/i18n/nl.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/pl.js b/netbox/project-static/select2-4.0.12/js/i18n/pl.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/pl.js rename to netbox/project-static/select2-4.0.12/js/i18n/pl.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ps.js b/netbox/project-static/select2-4.0.12/js/i18n/ps.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ps.js rename to netbox/project-static/select2-4.0.12/js/i18n/ps.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/pt-BR.js b/netbox/project-static/select2-4.0.12/js/i18n/pt-BR.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/pt-BR.js rename to netbox/project-static/select2-4.0.12/js/i18n/pt-BR.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/pt.js b/netbox/project-static/select2-4.0.12/js/i18n/pt.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/pt.js rename to netbox/project-static/select2-4.0.12/js/i18n/pt.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ro.js b/netbox/project-static/select2-4.0.12/js/i18n/ro.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ro.js rename to netbox/project-static/select2-4.0.12/js/i18n/ro.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/ru.js b/netbox/project-static/select2-4.0.12/js/i18n/ru.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/ru.js rename to netbox/project-static/select2-4.0.12/js/i18n/ru.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/sk.js b/netbox/project-static/select2-4.0.12/js/i18n/sk.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/sk.js rename to netbox/project-static/select2-4.0.12/js/i18n/sk.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/sl.js b/netbox/project-static/select2-4.0.12/js/i18n/sl.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/sl.js rename to netbox/project-static/select2-4.0.12/js/i18n/sl.js diff --git a/netbox/project-static/select2-4.0.12/js/i18n/sq.js b/netbox/project-static/select2-4.0.12/js/i18n/sq.js new file mode 100644 index 000000000..4999d21f8 --- /dev/null +++ b/netbox/project-static/select2-4.0.12/js/i18n/sq.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.12 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/sq",[],function(){return{errorLoading:function(){return"Rezultatet nuk mund të ngarkoheshin."},inputTooLong:function(e){var n=e.input.length-e.maximum,t="Të lutem fshi "+n+" karakter";return 1!=n&&(t+="e"),t},inputTooShort:function(e){return"Të lutem shkruaj "+(e.minimum-e.input.length)+" ose më shumë karaktere"},loadingMore:function(){return"Duke ngarkuar më shumë rezultate…"},maximumSelected:function(e){var n="Mund të zgjedhësh vetëm "+e.maximum+" element";return 1!=e.maximum&&(n+="e"),n},noResults:function(){return"Nuk u gjet asnjë rezultat"},searching:function(){return"Duke kërkuar…"},removeAllItems:function(){return"Hiq të gjitha sendet"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/netbox/project-static/select2-4.0.5/js/i18n/sr-Cyrl.js b/netbox/project-static/select2-4.0.12/js/i18n/sr-Cyrl.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/sr-Cyrl.js rename to netbox/project-static/select2-4.0.12/js/i18n/sr-Cyrl.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/sr.js b/netbox/project-static/select2-4.0.12/js/i18n/sr.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/sr.js rename to netbox/project-static/select2-4.0.12/js/i18n/sr.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/sv.js b/netbox/project-static/select2-4.0.12/js/i18n/sv.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/sv.js rename to netbox/project-static/select2-4.0.12/js/i18n/sv.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/th.js b/netbox/project-static/select2-4.0.12/js/i18n/th.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/th.js rename to netbox/project-static/select2-4.0.12/js/i18n/th.js diff --git a/netbox/project-static/select2-4.0.12/js/i18n/tk.js b/netbox/project-static/select2-4.0.12/js/i18n/tk.js new file mode 100644 index 000000000..2c8274d00 --- /dev/null +++ b/netbox/project-static/select2-4.0.12/js/i18n/tk.js @@ -0,0 +1,3 @@ +/*! Select2 4.0.12 | https://github.com/select2/select2/blob/master/LICENSE.md */ + +!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/tk",[],function(){return{errorLoading:function(){return"Netije ýüklenmedi."},inputTooLong:function(e){return e.input.length-e.maximum+" harp bozuň."},inputTooShort:function(e){return"Ýene-de iň az "+(e.minimum-e.input.length)+" harp ýazyň."},loadingMore:function(){return"Köpräk netije görkezilýär…"},maximumSelected:function(e){return"Diňe "+e.maximum+" sanysyny saýlaň."},noResults:function(){return"Netije tapylmady."},searching:function(){return"Gözlenýär…"},removeAllItems:function(){return"Remove all items"}}}),e.define,e.require}(); \ No newline at end of file diff --git a/netbox/project-static/select2-4.0.5/js/i18n/tr.js b/netbox/project-static/select2-4.0.12/js/i18n/tr.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/tr.js rename to netbox/project-static/select2-4.0.12/js/i18n/tr.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/uk.js b/netbox/project-static/select2-4.0.12/js/i18n/uk.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/uk.js rename to netbox/project-static/select2-4.0.12/js/i18n/uk.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/vi.js b/netbox/project-static/select2-4.0.12/js/i18n/vi.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/vi.js rename to netbox/project-static/select2-4.0.12/js/i18n/vi.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/zh-CN.js b/netbox/project-static/select2-4.0.12/js/i18n/zh-CN.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/zh-CN.js rename to netbox/project-static/select2-4.0.12/js/i18n/zh-CN.js diff --git a/netbox/project-static/select2-4.0.5/js/i18n/zh-TW.js b/netbox/project-static/select2-4.0.12/js/i18n/zh-TW.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/i18n/zh-TW.js rename to netbox/project-static/select2-4.0.12/js/i18n/zh-TW.js diff --git a/netbox/project-static/select2-4.0.5/js/select2.full.js b/netbox/project-static/select2-4.0.12/js/select2.full.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/select2.full.js rename to netbox/project-static/select2-4.0.12/js/select2.full.js diff --git a/netbox/project-static/select2-4.0.5/js/select2.full.min.js b/netbox/project-static/select2-4.0.12/js/select2.full.min.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/select2.full.min.js rename to netbox/project-static/select2-4.0.12/js/select2.full.min.js diff --git a/netbox/project-static/select2-4.0.5/js/select2.js b/netbox/project-static/select2-4.0.12/js/select2.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/select2.js rename to netbox/project-static/select2-4.0.12/js/select2.js diff --git a/netbox/project-static/select2-4.0.5/js/select2.min.js b/netbox/project-static/select2-4.0.12/js/select2.min.js similarity index 100% rename from netbox/project-static/select2-4.0.5/js/select2.min.js rename to netbox/project-static/select2-4.0.12/js/select2.min.js diff --git a/netbox/project-static/select2-4.0.5/css/select2.min.css b/netbox/project-static/select2-4.0.5/css/select2.min.css deleted file mode 100755 index 76de04d92..000000000 --- a/netbox/project-static/select2-4.0.5/css/select2.min.css +++ /dev/null @@ -1 +0,0 @@ -.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb} diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 0dfd7c861..c85b3a903 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -7,7 +7,7 @@ - + @@ -68,7 +68,7 @@ - +