Centralise dependant js/css files
This commit is contained in:
@@ -56,14 +56,7 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('page-scripts')
|
||||
<script src="https://code.highcharts.com/highcharts.js"></script>
|
||||
<script src="https://code.highcharts.com/modules/data.js"></script>
|
||||
<script src="https://code.highcharts.com/modules/drilldown.js"></script>
|
||||
<script src="https://code.highcharts.com/modules/exporting.js"></script>
|
||||
<script src="https://code.highcharts.com/modules/export-data.js"></script>
|
||||
<script src="https://code.highcharts.com/themes/dark-unica.js"></script>
|
||||
|
||||
@section('page-css')
|
||||
<style>
|
||||
.highcharts-data-table table {
|
||||
min-width: 310px;
|
||||
@@ -99,6 +92,9 @@
|
||||
}
|
||||
--}}
|
||||
</style>
|
||||
@append
|
||||
@section('page-scripts')
|
||||
@js('highcharts')
|
||||
|
||||
<script>
|
||||
@if($user->systems->count())
|
||||
|
Reference in New Issue
Block a user