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