diff --git a/public/js/chat.js b/public/js/chat.js index 8232726..bff3a5a 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -216,6 +216,12 @@ function openTop() { openWindow('https://ai-top.x64.world/', 'liveLogGtopWindow', 800, 600); } +function openNetdata() { + openWindow('https://ai-monitor.x64.world/', 'netDataWindow', 800, 650); +} + function openAbout() { openWindow('https://raven-scott.fyi/about-rayai', 'aboutRAIWindow', 800, 650); } + + diff --git a/views/chat.ejs b/views/chat.ejs index 9963f3b..e3fee7f 100644 --- a/views/chat.ejs +++ b/views/chat.ejs @@ -72,6 +72,7 @@