¨4.0.1¨
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'exchange_service_is_not_configured' => 'Currency rate exchange service is not configured.',
|
||||
'exchange_service_is_not_configured' => 'Currency rate exchange service is not configured',
|
||||
];
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
@endpush
|
||||
|
||||
@push('scripts')
|
||||
<script>
|
||||
<script type="module">
|
||||
keypressAction([
|
||||
{ key: 'b', route: "{{ route('admin.currency_rates.index') }}" }
|
||||
]);
|
||||
|
||||
@@ -31,10 +31,16 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@push('globals')
|
||||
@vite([
|
||||
'Modules/Currency/Resources/assets/admin/js/main.js',
|
||||
])
|
||||
@endpush
|
||||
|
||||
@push('scripts')
|
||||
<script>
|
||||
<script type="module">
|
||||
DataTable.setRoutes('#currency-rates-table .table', {
|
||||
index: 'admin.currency_rates.index',
|
||||
table: 'admin.currency_rates.table',
|
||||
edit: 'admin.currency_rates.edit',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user