mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Added GB6 values to server show and public show
Added GB6 values to server show and public show
This commit is contained in:
		
							parent
							
								
									cca325cf2d
								
							
						
					
					
						commit
						da14c2dde3
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
					@ -22,8 +22,8 @@
 | 
				
			||||||
                        <th class="text-nowrap">Provider</th>
 | 
					                        <th class="text-nowrap">Provider</th>
 | 
				
			||||||
                        <th class="text-nowrap">Price</th>
 | 
					                        <th class="text-nowrap">Price</th>
 | 
				
			||||||
                        <th class="text-nowrap">Had since</th>
 | 
					                        <th class="text-nowrap">Had since</th>
 | 
				
			||||||
                        <th class="text-nowrap">GB5 S</th>
 | 
					                        <th class="text-nowrap">GB6 S</th>
 | 
				
			||||||
                        <th class="text-nowrap">GB5 M</th>
 | 
					                        <th class="text-nowrap">GB6 M</th>
 | 
				
			||||||
                        <th class="text-nowrap">4k</th>
 | 
					                        <th class="text-nowrap">4k</th>
 | 
				
			||||||
                        <th class="text-nowrap">64k</th>
 | 
					                        <th class="text-nowrap">64k</th>
 | 
				
			||||||
                        <th class="text-nowrap">512k</th>
 | 
					                        <th class="text-nowrap">512k</th>
 | 
				
			||||||
| 
						 | 
					@ -76,12 +76,12 @@
 | 
				
			||||||
                                <td class="text-nowrap"> {{ $s->owned_since }}</td>
 | 
					                                <td class="text-nowrap"> {{ $s->owned_since }}</td>
 | 
				
			||||||
                                <td class="text-nowrap">
 | 
					                                <td class="text-nowrap">
 | 
				
			||||||
                                    @if(Session::get('show_server_value_yabs') === 1)
 | 
					                                    @if(Session::get('show_server_value_yabs') === 1)
 | 
				
			||||||
                                        {{$s->yabs[0]->gb5_single ?? null}}
 | 
					                                        {{$s->yabs[0]->gb6_single ?? null}}
 | 
				
			||||||
                                    @endif
 | 
					                                    @endif
 | 
				
			||||||
                                </td>
 | 
					                                </td>
 | 
				
			||||||
                                <td class="text-nowrap">
 | 
					                                <td class="text-nowrap">
 | 
				
			||||||
                                    @if(Session::get('show_server_value_yabs') === 1)
 | 
					                                    @if(Session::get('show_server_value_yabs') === 1)
 | 
				
			||||||
                                        {{$s->yabs[0]->gb5_multi ?? null}}
 | 
					                                        {{$s->yabs[0]->gb6_multi ?? null}}
 | 
				
			||||||
                                    @endif
 | 
					                                    @endif
 | 
				
			||||||
                                </td>
 | 
					                                </td>
 | 
				
			||||||
                                <td class="text-nowrap">
 | 
					                                <td class="text-nowrap">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -150,6 +150,10 @@
 | 
				
			||||||
                        <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">GB6 S/M</td>
 | 
				
			||||||
 | 
					                                    <td>{{$server_data->yabs[0]->gb6_single ?? null}} / {{$server_data->yabs[0]->gb6_multi ?? null}}</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