added auto-refresh on master status page
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user