mirror of
				https://github.com/KevinMidboe/ISPDowntimeMonitor.git
				synced 2025-10-29 17:50:12 +00:00 
			
		
		
		
	Include node package Fetch from cdn.
This commit is contained in:
		| @@ -4,6 +4,7 @@ | |||||||
|   <title>ISP downtime monitor</title> |   <title>ISP downtime monitor</title> | ||||||
|   <meta charset="UTF-8"> |   <meta charset="UTF-8"> | ||||||
|   <link  href="style.css"  type="text/css" rel="stylesheet"> |   <link  href="style.css"  type="text/css" rel="stylesheet"> | ||||||
|  |   <script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/3.0.0/fetch.min.js"></script> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|   <h1>Nedetid rapport</h1> |   <h1>Nedetid rapport</h1> | ||||||
| @@ -52,6 +53,7 @@ | |||||||
|   </div> |   </div> | ||||||
| </body> | </body> | ||||||
|  |  | ||||||
| <script src="fetchLogsAndGenerateTable.js" type="text/javascript"></script> | <script src="popover.js" type="text/javascript"></script> | ||||||
| <script src="fetchUptimeAndGenerateBarGraph.js" type="text/javascript"></script> | <script src="fetchUptimeAndGenerateBarGraph.js" type="text/javascript"></script> | ||||||
|  | <script src="fetchLogsAndGenerateTable.js" type="text/javascript"></script> | ||||||
| </html> | </html> | ||||||
		Reference in New Issue
	
	Block a user