added height definition for activity window

This commit is contained in:
Waldek 2021-05-30 18:43:56 +02:00 committed by GitHub
parent cad69c454e
commit 8260774c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,11 @@ error_reporting(E_ALL & ~E_NOTICE);
// Name of the monitored Dashboard
define("REPORT_NAME","Dashboard of local DMR network");
// Height of Server Activity window: 20px; 1 row, 40px 2 rows, 60px 3 rows
define("HEIGHT_ACTIVITY","40px");
//
// Theme colors define
//
@ -36,4 +38,4 @@ define("THEME_COLOR","background-image: linear-gradient(to bottom, #337ab7 0%, #
//define("THEME_COLOR","background-image:linear-gradient(to bottom right,#d0e98d, #4e6b00);color:black;");
//
?>
?>