mirror of https://github.com/cppla/ServerStatus
				
				
				
			some change
							parent
							
								
									139197ee72
								
							
						
					
					
						commit
						0d1dfac2b7
					
				| 
						 | 
				
			
			@ -18,6 +18,7 @@ tr.even.expandRow > :hover { background: #2F2F2F !important; }
 | 
			
		|||
tr.odd.expandRow > :hover { background: #000 !important; }
 | 
			
		||||
.expandRow > td { padding: 0 !important; border-top: 0px !important; }
 | 
			
		||||
#cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; }
 | 
			
		||||
#ping { min-width: 55px; max-width: 130px; }
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 992px) {
 | 
			
		||||
	#location, tr td:nth-child(5)		{ display:none; visibility:hidden; }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,6 +15,7 @@ tr.even.expandRow > :hover { background: #F9F9F9 !important; }
 | 
			
		|||
tr.odd.expandRow > :hover { background: #FFF !important; }
 | 
			
		||||
.expandRow > td { padding: 0 !important; border-top: 0px !important; }
 | 
			
		||||
#cpu, #ram, #hdd, #network { min-width: 55px; max-width: 100px; }
 | 
			
		||||
#ping { min-width: 55px; max-width: 130px; }
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 992px) {
 | 
			
		||||
	#location, tr td:nth-child(5)		{ display:none; visibility:hidden; }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -288,7 +288,7 @@ function uptime() {
 | 
			
		|||
                    TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-danger";
 | 
			
		||||
                else
 | 
			
		||||
                    TableRow.children["ping"].children[0].children[0].className = "progress-bar progress-bar-success";
 | 
			
		||||
				TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%|" + PING_189 + "%|" + PING_10086 + "%";
 | 
			
		||||
				TableRow.children["ping"].children[0].children[0].innerHTML = PING_10010 + "%💻" + PING_189 + "%💻" + PING_10086 + "%";
 | 
			
		||||
 | 
			
		||||
				// Custom
 | 
			
		||||
				if (result.servers[i].custom) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue