mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed select2 on setup
This commit is contained in:
parent
2b3e5c8800
commit
d91e8bfee5
|
@ -6,13 +6,14 @@
|
|||
Snipe-IT Setup
|
||||
@show
|
||||
</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ url(asset('js/plugins/select2/select2.min.css')) }}">
|
||||
<link rel="stylesheet" href="{{ url(mix('css/dist/all.css')) }}">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script nonce="{{ csrf_token() }}">
|
||||
window.snipeit = {
|
||||
settings: {
|
||||
|
|
Loading…
Reference in a new issue