diff --git a/services/web-ui/public/index.html b/services/web-ui/public/index.html index a5c4e96..5747e59 100644 --- a/services/web-ui/public/index.html +++ b/services/web-ui/public/index.html @@ -203,7 +203,8 @@ @@ -229,6 +230,7 @@

Assets

+
@@ -608,6 +610,10 @@ function navigateTo(page) { if (page === 'capture') { window.location.href = '/capture.html'; + } else if (page === 'upload') { + window.location.href = '/upload.html'; + } else if (page === 'recorders') { + window.location.href = '/recorders.html'; } else if (page === 'projects') { alert('Projects page coming soon'); }