mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Update w/ fontawesome glyphs
This commit is contained in:
		| @@ -54,10 +54,10 @@ | ||||
|                                 echo "<td>".$route["interface"]."</td>"; | ||||
|                                 echo "<td>".$route["ip-address"]."</td>"; | ||||
|                                 echo "<td>".$route["gateway"]."<br>".$route["gw-name"]."</td>"; | ||||
|                                 $checkok = $route["access-ip"] ? "✓" : "failed"; | ||||
|                                 echo "<td>".$checkok."<br>".RASPI_ACCESS_CHECK_IP."</td>"; | ||||
|                                 $checkok = $route["access-dns"] ? "✓" : "failed"; | ||||
|                                 echo "<td>".$checkok."<br>".RASPI_ACCESS_CHECK_DNS."</td>"; | ||||
|                                 $status = $route["access-ip"] ? "fa-check" : "fa-times"; | ||||
|                                 echo '<td><i class="fas '.$status.'"></i><br>'.RASPI_ACCESS_CHECK_IP.'</td>'; | ||||
|                                 $status = $route["access-dns"] ? "fa-check" : "fa-times"; | ||||
|                                 echo '<td><i class="fas '.$status.'"></i><br>'.RASPI_ACCESS_CHECK_DNS.'</td>'; | ||||
|                                 echo "</tr>"; | ||||
|                             } | ||||
|                         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user