add bootstrap-select

This commit is contained in:
Son NK 2020-05-03 15:46:35 +02:00
parent 47430725a7
commit 6058257509
3 changed files with 13 additions and 0 deletions

View File

@ -76,6 +76,11 @@
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz",
"integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA=="
},
"bootstrap-select": {
"version": "1.13.16",
"resolved": "https://registry.npmjs.org/bootstrap-select/-/bootstrap-select-1.13.16.tgz",
"integrity": "sha512-59hUIrW/ldENJDNmliRH3Mzbbrn+XHH5bK0yAy/743Thf8nXA9afNjgr+j1j6tg7NYexEqtE2N8NodHfwMQ0+Q=="
},
"font-awesome": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",

View File

@ -18,6 +18,7 @@
"dependencies": {
"@sentry/browser": "^5.12.0",
"bootbox": "^5.4.0",
"bootstrap-select": "^1.13.16",
"font-awesome": "^4.7.0",
"intro.js": "^2.9.3",
"qrious": "^4.0.2",

View File

@ -60,6 +60,13 @@
<script src="{{ url_for('static', filename='node_modules/bootbox/dist/bootbox.min.js') }}"></script>
<!-- Bootstrap-select library -->
<link rel="stylesheet"
href="{{ url_for('static', filename='node_modules/bootstrap-select/dist/css/bootstrap-select.min.css') }}">
<script
src="{{ url_for('static', filename='node_modules/bootstrap-select/dist/js/bootstrap-select.min.js') }}"></script>
<link rel="stylesheet" type="text/css" href="/static/style.css?v={{ VERSION }}">
<script>