added auto-refresh on master status page

This commit is contained in:
jvictor
2017-08-31 16:09:27 +02:00
parent 197493b9d7
commit 6330f8a2fb
8 changed files with 33 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ class AppComposer
$view->withAutomaticLocalization($this->config->get('setting.automatic_localization'));
$view->withEnableExternalDependencies($this->config->get('setting.enable_external_dependencies'));
$view->withShowTimezone($this->config->get('setting.show_timezone'));
$view->withAppRefreshRate($this->config->get('setting.app_refresh_rate'));
$view->withTimezone($this->dates->getTimezone());
$view->withSiteTitle($this->config->get('setting.app_name'));
$view->withFontSubset($this->config->get('langs.'.$this->config->get('app.locale').'.subset', 'latin'));
@@ -393,6 +393,9 @@ EINCIDENT;
], [
'key' => 'app_incident_days',
'value' => '7',
], [
'key' => 'app_refresh_rate',
'value' => '0',
], [
'key' => 'app_analytics',
'value' => 'UA-58442674-3',