[pve-devel] [PATCH 2/2] Add descriptive header

Emmanuel Kasper e.kasper at proxmox.com
Mon Jun 8 13:18:40 CEST 2015


---
 www/manager/panel/LogView.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/manager/panel/LogView.js b/www/manager/panel/LogView.js
index 6e00a97..be63ca3 100644
--- a/www/manager/panel/LogView.js
+++ b/www/manager/panel/LogView.js
@@ -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',
 
-- 
2.1.4





More information about the pve-devel mailing list