mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-04-06 11:28:27 -04:00
added height definition for activity window
This commit is contained in:
parent
cad69c454e
commit
8260774c79
@ -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;");
|
||||
//
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user