mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-04 08:09:09 +00: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
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -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>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue