mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
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:
parent
aef969532f
commit
b7c02fc4fa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user