mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
janus manifest
This commit is contained in:
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) {
|
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);
|
$("apps").innerHTML += __makeApp(null, app.path, app.icon, app.name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user