Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-16 11:30:16 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-16 11:30:16 +0400
commiteee57a349e9d1bbb1ebfa6444a4bd939604f2a5a (patch)
tree43ef96b6425d734935db56981abeff523e257360 /plugins/Contents/Reports
parent464168f7ed0022528ff0c803238744df76b9a8e9 (diff)
refs #4996 give contents table a bit more space
Diffstat (limited to 'plugins/Contents/Reports')
-rw-r--r--plugins/Contents/Reports/Base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Contents/Reports/Base.php b/plugins/Contents/Reports/Base.php
index 537fce049b..752dab959e 100644
--- a/plugins/Contents/Reports/Base.php
+++ b/plugins/Contents/Reports/Base.php
@@ -30,7 +30,8 @@ abstract class Base extends Report
*/
public function configureView(ViewDataTable $view)
{
- $view->config->datatable_js_type = 'ContentsDataTable';
+ $view->config->datatable_js_type = 'ContentsDataTable';
+ $view->config->datatable_css_class = 'ContentsDataTable';
if (!empty($this->dimension)) {
$view->config->addTranslations(array('label' => $this->dimension->getName()));