diff --git a/public/cfg/config.json b/public/cfg/config.json
index 603adcd2..ba94361c 100644
--- a/public/cfg/config.json
+++ b/public/cfg/config.json
@@ -6,7 +6,8 @@
},
"options": {
"maxChartPoints": 100,
- "logBuffer": 500
+ "logBuffer": 500,
+ "debugLevel": 5
},
"theme": {
"dark": true,
diff --git a/src/components/TemplSysmon.vue b/src/components/TemplSysmon.vue
index e05d6260..c3a83b7f 100644
--- a/src/components/TemplSysmon.vue
+++ b/src/components/TemplSysmon.vue
@@ -13,6 +13,11 @@
{{ vals.title }}
+
+
@@ -85,7 +90,13 @@