mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Updated dns show blade
Updated dns show blade
This commit is contained in:
		
							parent
							
								
									df6d85a7ea
								
							
						
					
					
						commit
						de34f87bb2
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -41,7 +41,7 @@
 | 
				
			||||||
                                <td class="px-2 py-2 font-bold text-muted">Server</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Server</td>
 | 
				
			||||||
                                <td>
 | 
					                                <td>
 | 
				
			||||||
                                    @if(isset($dns->server_id))
 | 
					                                    @if(isset($dns->server_id))
 | 
				
			||||||
                                        <a href="{{route('servers.show', $dns->server_id )}}"></a>{{ $dns->server_id }}
 | 
					                                        <a href="{{route('servers.show', $dns->server_id )}}">{{ $dns->server_id }}</a>
 | 
				
			||||||
                                    @endif
 | 
					                                    @endif
 | 
				
			||||||
                                </td>
 | 
					                                </td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
| 
						 | 
					@ -49,7 +49,7 @@
 | 
				
			||||||
                                <td class="px-2 py-2 font-bold text-muted">Shared</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Shared</td>
 | 
				
			||||||
                                <td>
 | 
					                                <td>
 | 
				
			||||||
                                    @if(isset($dns->shared_id))
 | 
					                                    @if(isset($dns->shared_id))
 | 
				
			||||||
                                        <a href="{{route('shared.show', $dns->shared_id )}}"></a>{{ $dns->shared_id }}
 | 
					                                        <a href="{{route('shared.show', $dns->shared_id )}}">{{ $dns->shared_id }}</a>
 | 
				
			||||||
                                    @endif
 | 
					                                    @endif
 | 
				
			||||||
                                </td>
 | 
					                                </td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
| 
						 | 
					@ -57,7 +57,7 @@
 | 
				
			||||||
                                <td class="px-2 py-2 font-bold text-muted">Reseller</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Reseller</td>
 | 
				
			||||||
                                <td>
 | 
					                                <td>
 | 
				
			||||||
                                    @if(isset($dns->reseller_id))
 | 
					                                    @if(isset($dns->reseller_id))
 | 
				
			||||||
                                        <a href="{{route('resellers.show', $dns->reseller_id )}}"></a>{{ $dns->reseller_id }}
 | 
					                                        <a href="{{route('resellers.show', $dns->reseller_id )}}">{{ $dns->reseller_id }}</a>
 | 
				
			||||||
                                    @endif
 | 
					                                    @endif
 | 
				
			||||||
                                </td>
 | 
					                                </td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
| 
						 | 
					@ -65,7 +65,7 @@
 | 
				
			||||||
                                <td class="px-2 py-2 font-bold text-muted">Domain</td>
 | 
					                                <td class="px-2 py-2 font-bold text-muted">Domain</td>
 | 
				
			||||||
                                <td>
 | 
					                                <td>
 | 
				
			||||||
                                    @if(isset($dns->domain_id))
 | 
					                                    @if(isset($dns->domain_id))
 | 
				
			||||||
                                        <a href="{{route('domains.show', $dns->domain_id )}}"></a>{{ $dns->domain_id }}
 | 
					                                        <a href="{{route('domains.show', $dns->domain_id )}}">{{ $dns->domain_id }}</a>
 | 
				
			||||||
                                    @endif</td>
 | 
					                                    @endif</td>
 | 
				
			||||||
                            </tr>
 | 
					                            </tr>
 | 
				
			||||||
                            <tr>
 | 
					                            <tr>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue