mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
design fix
This commit is contained in:
@@ -28,7 +28,7 @@ function Session() {
|
||||
var info = JSON.parse(http.responseText).result;
|
||||
if (info.meta) {
|
||||
$("about-meta").innerHTML = (
|
||||
"// The server metadata.\n"
|
||||
"// Pi-KVM metadata.\n"
|
||||
+ "// You can get this json using handle /kvmd/info.\n"
|
||||
+ "// In the standard configuration this data\n"
|
||||
+ "// is specified in the file /etc/kvmd/meta.yaml.\n\n"
|
||||
|
||||
Reference in New Issue
Block a user