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