Add injected Menu Items
This commit is contained in:
parent
74ab9c9da6
commit
2cc64150d0
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
@ -72,6 +72,7 @@
|
||||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
|
||||
<li><a class="dropdown-item" href="#" onclick="openLiveLog()">Live Log</a></li>
|
||||
<li><a class="dropdown-item" href="#" onclick="openTop()">Top</a></li>
|
||||
<li><a class="dropdown-item" href="#" onclick="openNetdata()">Netdata</a></li>
|
||||
<li><a class="dropdown-item" href="#" onclick="openGpuStats()">GPU Stats</a>
|
||||
</li>
|
||||
<li><a class="dropdown-item" href="#" onclick="openAbout()">About RayAI</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user