From c05ed9f2d82c85a6b115809242acd921855c71b8 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Wed, 21 Nov 2018 07:31:32 +0300 Subject: design fix --- web/js/kvm/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js/kvm') 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" -- cgit v1.2.3