summaryrefslogtreecommitdiff
path: root/web/js/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/kvm')
-rw-r--r--web/js/kvm/session.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/kvm/session.js b/web/js/kvm/session.js
index f2906110..19166a9a 100644
--- a/web/js/kvm/session.js
+++ b/web/js/kvm/session.js
@@ -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"