From 86d1a69b0086f86a2fece13224adfb4ae2db95ae Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 14 Oct 2021 10:53:56 +0200 Subject: [PATCH] small html update --- html/include/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/include/config.php b/html/include/config.php index a228e53..f7ac938 100644 --- a/html/include/config.php +++ b/html/include/config.php @@ -5,7 +5,7 @@ error_reporting(E_ALL & ~E_NOTICE); // Name of the monitored Dashboard -define("REPORT_NAME","Dashboard of local DMR network"); +define("REPORT_NAME","
Dashboard of local DMR Network
"); // Height of Server Activity window: 45px; 1 row, 60px 2 rows, 80px 3 rows define("HEIGHT_ACTIVITY","45px");