janus manifest

This commit is contained in:
Devaev Maxim 2021-05-01 03:53:29 +03:00
parent 4422653e40
commit 8dbf2ab3d0
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
name: Janus
description: Janus WebRTC Gateway
path: janus
daemon: kvmd-janus
place: -1

View File

@ -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);
}
}