Fixed select2 on setup
This commit is contained in:
parent
2b3e5c8800
commit
d91e8bfee5
1 changed files with 2 additions and 1 deletions
|
@ -6,13 +6,14 @@
|
||||||
Snipe-IT Setup
|
Snipe-IT Setup
|
||||||
@show
|
@show
|
||||||
</title>
|
</title>
|
||||||
|
<link rel="stylesheet" href="{{ url(asset('js/plugins/select2/select2.min.css')) }}">
|
||||||
<link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
|
<link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script nonce="{{ csrf_token() }}">
|
<script nonce="{{ csrf_token() }}">
|
||||||
window.snipeit = {
|
window.snipeit = {
|
||||||
settings: {
|
settings: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue