mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix CSS and JS (on dashboard)
This commit is contained in:
parent
a3fd99a498
commit
0d7325b3dc
@ -1,7 +1,4 @@
|
||||
@extends('layout.v2')
|
||||
@section('vite')
|
||||
@vite(['resources/assets/v2/sass/app.scss', 'resources/assets/v2/pages/dashboard/dashboard.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
|
||||
<div class="app-content">
|
||||
@ -56,3 +53,7 @@
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
@section('scripts')
|
||||
<!-- hier load -->
|
||||
@vite(['resources/assets/v2/pages/dashboard/dashboard.js'])
|
||||
@endsection
|
||||
|
@ -120,12 +120,7 @@
|
||||
|
||||
<!--end::Footer-->
|
||||
</div>
|
||||
<!--end::App Wrapper-->
|
||||
<!--begin::Script-->
|
||||
@include('partials.layout.scripts')
|
||||
<!--end::Script-->
|
||||
|
||||
</body>
|
||||
<!--end::Body-->
|
||||
|
||||
</html>
|
||||
|
@ -67,10 +67,8 @@
|
||||
</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!--
|
||||
<link href="v2/css/fonts.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="v2/css/adminlte.css">
|
||||
-->
|
||||
@yield('vite')
|
||||
@yield('styles')
|
||||
@vite(['resources/assets/v2/sass/app.scss'])
|
||||
|
||||
|
||||
</head>
|
||||
|
@ -1 +1,5 @@
|
||||
|
||||
<!--
|
||||
<script src="v2/js/adminlte.js" nonce="{{ $JS_NONCE }}"></script>
|
||||
-->
|
||||
@yield('scripts')
|
||||
|
Loading…
Reference in New Issue
Block a user