fix(view): resolve F-07 — replace broken '../index.php' link with dashboard route

This commit is contained in:
root
2026-05-30 22:18:54 +08:00
parent 05fdfac76d
commit 795dee8cd4

View File

@@ -120,7 +120,7 @@
<!-- JS Script--> <!-- JS Script-->
<script> <script>
const iconBase = "{{ asset('icon') }}/"; // gives full path to your icon folder const iconBase = "{{ asset('icon') }}/"; // gives full path to your icon folder
const link = `<a href="../index.php" target="_blank">Sabo Integrated Debris Flow Monitoring and Early Warning System (SIDES) Sungai Kupang</a>`; const link = `<a href="{{ route('dashboard') }}" target="_blank">Sabo Integrated Debris Flow Monitoring and Early Warning System (SIDES) Sungai Kupang</a>`;
window.translations = { window.translations = {
wl: @json(__('messages.wl')), wl: @json(__('messages.wl')),
@@ -146,8 +146,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.28/jspdf.plugin.autotable.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.28/jspdf.plugin.autotable.min.js"></script>
<!-- JS File --> <!-- JS File -->
<script src="{{ asset('js/script.js') }}"></script> <script src="{{ asset('js/script.js') }}?h=ae91ecfa"></script>
<script src="{{ asset('js/graph.js') }}"></script> <script src="{{ asset('js/graph.js') }}?h=0e0040f5"></script>
</body> </body>
</html> </html>