mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
removed kvm from extras
This commit is contained in:
parent
28f2875e7e
commit
e887159a18
0
extras/.gitignore
vendored
Normal file
0
extras/.gitignore
vendored
Normal file
@ -1,7 +0,0 @@
|
||||
name: KVM
|
||||
description: Open KVM session in a web browser
|
||||
icon: share/svg/kvm.svg
|
||||
path: kvm
|
||||
keyboard_cap: true
|
||||
daemon: kvmd
|
||||
place: 0
|
||||
@ -39,6 +39,9 @@ function __loadKvmdInfo() {
|
||||
});
|
||||
|
||||
$("apps-box").innerHTML = "<ul id=\"apps\"></ul>";
|
||||
|
||||
$("apps").innerHTML += __makeApp(null, "kvm", "share/svg/kvm.svg", "KVM");
|
||||
|
||||
apps.forEach(function(app) {
|
||||
$("apps").innerHTML += __makeApp(null, app.path, app.icon, app.name);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user