@@ -38,24 +38,24 @@ |
||
| 38 | 38 | * |
| 39 | 39 | * @return array |
| 40 | 40 | */ |
| 41 | - public function defineProperties() |
|
| 42 | - { |
|
| 43 | - return [ |
|
| 44 | - 'title' => [ |
|
| 45 | - 'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title', |
|
| 46 | - 'default' => 'Access statistics in time', |
|
| 47 | - 'type' => 'string', |
|
| 48 | - 'validationPattern' => '^.+$', |
|
| 49 | - 'validationMessage' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title_validation', |
|
| 50 | - ], |
|
| 41 | + public function defineProperties() |
|
| 42 | + { |
|
| 43 | + return [ |
|
| 44 | + 'title' => [ |
|
| 45 | + 'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title', |
|
| 46 | + 'default' => 'Access statistics in time', |
|
| 47 | + 'type' => 'string', |
|
| 48 | + 'validationPattern' => '^.+$', |
|
| 49 | + 'validationMessage' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.title_validation', |
|
| 50 | + ], |
|
| 51 | 51 | 'days' => [ |
| 52 | 52 | 'title' => 'vojtasvoboda.useraccesslog::lang.reportwidgets.chartlineaggregated.days_title', |
| 53 | 53 | 'default' => '30', |
| 54 | 54 | 'type' => 'string', |
| 55 | 55 | 'validationPattern' => '^[0-9]+$', |
| 56 | 56 | ] |
| 57 | - ]; |
|
| 58 | - } |
|
| 57 | + ]; |
|
| 58 | + } |
|
| 59 | 59 | |
| 60 | 60 | protected function loadData() |
| 61 | 61 | { |