Added a basic temperature display to the CPU page
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		| @@ -8,14 +8,22 @@ | ||||
|  | ||||
| <header class="row"> | ||||
|   <div class="columns twelve u-text-center"> | ||||
|     <h1>Sentry System Info</h1> | ||||
|     <h1>Sentry CPU Info</h1> | ||||
|   </div> | ||||
| </header> | ||||
|  | ||||
| <section class="row"> | ||||
|   <h5>CPU Model: <span id="cpuInfo">Random CPU</span></h5> | ||||
|   <p><span id="cpuCores">2</span>c/<span id="cpuThreads">4</span>t @ <span id="cpuClock">2.0</span>Ghz</p> | ||||
|   <p>CPU temperature: <span id="cpuTemp">12</span>°C</p> | ||||
|   <article class="columns eight"> | ||||
|     <h5>CPU Model: <span id="cpuInfo">Random CPU</span></h5> | ||||
|     <p><span id="cpuCores">2</span>c/<span id="cpuThreads">4</span>t @ <span id="cpuClock">2.0</span>Ghz</p> | ||||
|     <p>CPU temperature: <span id="cpuTemp">12</span>°C</p> | ||||
|   </article> | ||||
|  | ||||
|   <article class="columns four"> | ||||
|     <div id="cpuTempDisplay" class="tempGauge"> | ||||
|       <div class="tempGaugeFill"></div> | ||||
|     </div> | ||||
|   </article> | ||||
| </section> | ||||
|  | ||||
| <section class="row"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user