mirror of
				https://github.com/tormachris/cf-workers-status-page.git
				synced 2025-11-04 04:46:24 +01:00 
			
		
		
		
	Update monitorCard.js
This commit is contained in:
		
				
					committed by
					
						
						Adam Janiš
					
				
			
			
				
	
			
			
			
						parent
						
							fa9d865cc1
						
					
				
				
					commit
					23673587c2
				
			@@ -30,9 +30,20 @@ export default function MonitorCard({ key, monitor, data }) {
 | 
				
			|||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
          )}
 | 
					          )}
 | 
				
			||||||
          <a href={monitor.url} target="_blank">
 | 
					          {(monitor.linkable === true || monitor.linkable === undefined) ?
 | 
				
			||||||
            <div className="text-xl">{monitor.name}</div>
 | 
					            (
 | 
				
			||||||
          </a>
 | 
					              <a href={monitor.url} target="_blank">
 | 
				
			||||||
 | 
					                <div className="text-xl">{monitor.name}</div>
 | 
				
			||||||
 | 
					              </a>
 | 
				
			||||||
 | 
					            )
 | 
				
			||||||
 | 
					            :
 | 
				
			||||||
 | 
					            (
 | 
				
			||||||
 | 
					              <span>
 | 
				
			||||||
 | 
					                <div className="text-xl">{monitor.name}</div>
 | 
				
			||||||
 | 
					              </span>
 | 
				
			||||||
 | 
					            )
 | 
				
			||||||
 | 
					          }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <MonitorStatusLabel kvMonitor={data} />
 | 
					        <MonitorStatusLabel kvMonitor={data} />
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user