Skip to content

Commit

Permalink
Update panel.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mhadi-1382 authored Jan 28, 2024
1 parent 92f651b commit b564adc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@

<!-- TITLE -->
<title>System Status - WarpProxy</title>

<!-- SCRIPT -->
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('service-worker.js');
});
}
</head>
<body>

Expand Down Expand Up @@ -370,4 +377,4 @@ <h4>System Logs</h4>
<script src="js/charts/scripts.js"></script>

</body>
</html>
</html>

0 comments on commit b564adc

Please sign in to comment.