We have added headers to the the overview page so that we know which values are displayed. It's not really tested on different configs, but works for us.
Headers have been added for
short-term load, mid-term load and long-term load
utilized memory
depending on whether these values are enabled in the config.
The headers are disabled by default and can be enabled by setting $CONFIG['summary_header'] = true;.
We have added headers to the the overview page so that we know which values are displayed. It's not really tested on different configs, but works for us.
Headers have been added for
depending on whether these values are enabled in the config.
The headers are disabled by default and can be enabled by setting
$CONFIG['summary_header'] = true;
.