mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Apply text-secondary to logoutput
This commit is contained in:
		| @@ -21,7 +21,7 @@ | ||||
|     </div> | ||||
|     <div class="row"> | ||||
|       <div class="mb-3 col-md-8"> | ||||
|       <?php echo '<textarea class="logoutput" name="adblock-custom-hosts">'.htmlspecialchars($adblock_custom_content, ENT_QUOTES).'</textarea>'; ?> | ||||
|       <?php echo '<textarea class="logoutput text-secondary" name="adblock-custom-hosts">'.htmlspecialchars($adblock_custom_content, ENT_QUOTES).'</textarea>'; ?> | ||||
|       </div> | ||||
|   </div> | ||||
| </div><!-- /.tab-pane --> | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|   <h4 class="mt-3"><?php echo _("Logging"); ?></h4> | ||||
|     <div class="row"> | ||||
|       <div class="mb-3 col-md-8"> | ||||
|         <?php echo '<textarea class="logoutput">'.htmlspecialchars($logdata, ENT_QUOTES).'</textarea>'; ?> | ||||
|         <?php echo '<textarea class="logoutput text-secondary">'.htmlspecialchars($logdata, ENT_QUOTES).'</textarea>'; ?> | ||||
|     </div> | ||||
|   </div> | ||||
| </div><!-- /.tab-pane --> | ||||
|   | ||||
| @@ -17,7 +17,7 @@ | ||||
|     <div class="mb-3 col-md-8 mt-2"> | ||||
|       <?php | ||||
|       if ($conf['log-dhcp'] == 1 || $conf['log-queries'] == 1) { | ||||
|           echo '<textarea class="logoutput" id="dnsmasq-log">'.htmlspecialchars($logdata, ENT_QUOTES).'</textarea>'; | ||||
|           echo '<textarea class="logoutput text-secondary" id="dnsmasq-log">'.htmlspecialchars($logdata, ENT_QUOTES).'</textarea>'; | ||||
|       } else { | ||||
|           echo '<textarea class="logoutput my-3"></textarea>'; | ||||
|       } | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|     <div class="mb-3 col-md-8 mt-2"> | ||||
|       <?php | ||||
|       if ($arrHostapdConf['LogEnable'] == 1) { | ||||
|           echo '<textarea class="logoutput" id="hostapd-log">'.htmlspecialchars($logdata, ENT_QUOTES).'</textarea>'; | ||||
|           echo '<textarea class="logoutput text-secondary" id="hostapd-log">'.htmlspecialchars($logdata, ENT_QUOTES).'</textarea>'; | ||||
|       } else { | ||||
|           echo '<textarea class="logoutput my-3"></textarea>'; | ||||
|       } | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|   </div> | ||||
|   <div class="row"> | ||||
|     <div class="mb-3 col-md-8 mt-2"> | ||||
|       <textarea class="logoutput" id="openvpn-log"><?php echo htmlspecialchars($logOutput, ENT_QUOTES); ?></textarea> | ||||
|       <textarea class="logoutput text-secondary" id="openvpn-log"><?php echo htmlspecialchars($logOutput, ENT_QUOTES); ?></textarea> | ||||
|     </div> | ||||
|   </div> | ||||
| </div><!-- /.tab-pane --> | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  | ||||
|   <div class="row"> | ||||
|     <div class="mb-3 col-md-8 mt-2"> | ||||
|       <textarea class="logoutput"><?php echo htmlspecialchars($providerLog, ENT_QUOTES); ?></textarea> | ||||
|       <textarea class="logoutput text-secondary"><?php echo htmlspecialchars($providerLog, ENT_QUOTES); ?></textarea> | ||||
|     </div> | ||||
|   </div> | ||||
| </div><!-- /.tab-pane --> | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|   <p><?php echo _("Current <code>restapi.service</code> status is displayed below."); ?></p> | ||||
|   <div class="row"> | ||||
|     <div class="mb-3 col-md-8 mt-2"> | ||||
|       <textarea class="logoutput"><?php echo htmlspecialchars($serviceLog, ENT_QUOTES); ?></textarea> | ||||
|       <textarea class="logoutput text-secondary"><?php echo htmlspecialchars($serviceLog, ENT_QUOTES); ?></textarea> | ||||
|     </div> | ||||
|   </div> | ||||
| </div><!-- /.tab-pane --> | ||||
|   | ||||
| @@ -9,7 +9,7 @@ include('includes/sysstats.php'); | ||||
|     <div class="col-lg-6"> | ||||
|       <h4 class="mt-3"><?php echo _("System Information"); ?></h4> | ||||
|         <div class="row ms-1"> | ||||
|           <div class="col-sm-8"> | ||||
|           <div class="col-sm-10"> | ||||
|             <div class="row mb-1"> | ||||
|               <div class="info-item col"><?php echo _("Hostname"); ?></div><div class="info-value col"><?php echo htmlspecialchars($hostname, ENT_QUOTES); ?></div> | ||||
|             </div> | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|         <?php | ||||
|           exec('sudo chmod o+r /tmp/wireguard.log'); | ||||
|           $log = file_get_contents('/tmp/wireguard.log'); | ||||
|           echo '<textarea class="logoutput my-3">'.htmlspecialchars($log, ENT_QUOTES).'</textarea>'; | ||||
|           echo '<textarea class="logoutput text-secondary my-3">'.htmlspecialchars($log, ENT_QUOTES).'</textarea>'; | ||||
|         ?> | ||||
|     </div> | ||||
|   </div><!-- /.row --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user