]> git.proxmox.com Git - pve-manager.git/commitdiff
Add descriptive header
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 8 Jun 2015 11:18:40 +0000 (13:18 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 9 Jun 2015 09:58:37 +0000 (11:58 +0200)
www/manager/panel/LogView.js

index 5eca086950c07c3399ad18f56494d7a32c76eaed..49be11861d189ec13c8436c343bdb9f037ee6a8d 100644 (file)
@@ -1,3 +1,8 @@
+/*
+ * Display log entries in a panel with scrollbar
+ * The log entries are automatically refreshed via a background task,
+ * with newest entries comming at the bottom
+ */
 Ext.define('PVE.panel.LogView', {
     extend: 'Ext.panel.Panel',