Removed unneeded axios.min.js fixed modal delete header title

Removed unneeded axios.min.js

Fixed modal delete header title to be the IP
This commit is contained in:
cp6 2022-11-08 11:20:23 +11:00
parent aef969532f
commit b7c02fc4fa

View File

@ -7,7 +7,6 @@
@endsection
@section('scripts')
<script src="{{ asset('js/vue.min.js') }}"></script>
<script src="{{ asset('js/axios.min.js') }}"></script>
@endsection
<x-app-layout>
<x-slot name="header">
@ -42,7 +41,7 @@
@csrf
@method('DELETE')
<i class="fas fa-trash text-danger ms-3" @click="confirmDeleteModal"
id="{{$ip->id}}" title="{{$ip->hostname}}"></i>
id="{{$ip->id}}" title="{{$ip->address}}"></i>
</form>
</td>
</tr>