From b330d193bbd0170b6caabd604d30fc64c7b1d2d3 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Mon, 13 Jul 2015 09:43:34 +0200 Subject: Add option to add custom title in header (esm:custom_title) Last login : add option to enable or not Disk : add filesystem Disk : values are centered --- conf/esm.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/esm.config.json') diff --git a/conf/esm.config.json b/conf/esm.config.json index 64b2af2..af3fe3d 100644 --- a/conf/esm.config.json +++ b/conf/esm.config.json @@ -3,7 +3,8 @@ "version": "2.5", "website": "http://www.ezservermonitor.com", "check_updates": true, - "auto_refresh": 0 + "auto_refresh": 0, + "custom_title": "" }, "cpu": { "enable_temperature": true @@ -19,6 +20,7 @@ ] }, "last_login": { + "enable": true, "max": 5 }, "services": { -- cgit v1.2.3