mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
janus manifest
This commit is contained in:
parent
4422653e40
commit
8dbf2ab3d0
5
extras/janus/manifest.yaml
Normal file
5
extras/janus/manifest.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
name: Janus
|
||||
description: Janus WebRTC Gateway
|
||||
path: janus
|
||||
daemon: kvmd-janus
|
||||
place: -1
|
||||
@ -80,7 +80,7 @@ function __loadKvmdInfo() {
|
||||
}
|
||||
|
||||
for (let app of apps) {
|
||||
if (app.enabled || app.started) {
|
||||
if (app.place >= 0 && (app.enabled || app.started)) {
|
||||
$("apps").innerHTML += __makeApp(null, app.path, app.icon, app.name);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user