mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Removed YABS GB5 table row from server show
Removed YABS GB5 table row from server show Need to implement GB6
This commit is contained in:
		
							parent
							
								
									25d338bc24
								
							
						
					
					
						commit
						e48678130a
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
					@ -150,12 +150,6 @@
 | 
				
			||||||
                        <div class="table-responsive">
 | 
					                        <div class="table-responsive">
 | 
				
			||||||
                            <table class="table table-borderless text-nowrap">
 | 
					                            <table class="table table-borderless text-nowrap">
 | 
				
			||||||
                                <tbody>
 | 
					                                <tbody>
 | 
				
			||||||
                                <tr>
 | 
					 | 
				
			||||||
                                    <td class="px-2 py-2 font-bold text-muted">GB5 Single/Multi</td>
 | 
					 | 
				
			||||||
                                    <td>
 | 
					 | 
				
			||||||
                                        {{$server_data->yabs[0]->gb5_single}} / {{$server_data->yabs[0]->gb5_multi}}
 | 
					 | 
				
			||||||
                                    </td>
 | 
					 | 
				
			||||||
                                </tr>
 | 
					 | 
				
			||||||
                                <tr>
 | 
					                                <tr>
 | 
				
			||||||
                                    <td class="px-2 py-2 font-bold text-muted">CPU</td>
 | 
					                                    <td class="px-2 py-2 font-bold text-muted">CPU</td>
 | 
				
			||||||
                                    <td>{{$server_data->yabs[0]->cpu_model}}</td>
 | 
					                                    <td>{{$server_data->yabs[0]->cpu_model}}</td>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue