tooltip feature is added to rows of reports

This commit is contained in:
Sevan Nerse
2020-07-11 09:40:45 +03:00
parent a0f453d2bf
commit 5afb369ef5
2 changed files with 13 additions and 1 deletions

View File

@@ -13,3 +13,7 @@
@include($class->views['content'])
</div>
@endsection
@push('scripts_start')
<script src="{{ asset('public/js/common/reports.js?v=' . version('short')) }}"></script>
@endpush