Commit c716072a14108bbc2a4a5c34f7f6396dac799696
1 parent
974ecdbc
-Bar tabs
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
backend/views/site/analytics.php
| @@ -190,7 +190,10 @@ | @@ -190,7 +190,10 @@ | ||
| 190 | <?php | 190 | <?php |
| 191 | echo Tabs::widget( | 191 | echo Tabs::widget( |
| 192 | [ | 192 | [ |
| 193 | - 'items' => [ | 193 | + 'options' => [ |
| 194 | + 'class' => 'bar_tabs', | ||
| 195 | + ], | ||
| 196 | + 'items' => [ | ||
| 194 | [ | 197 | [ |
| 195 | 'label' => 'Browsers', | 198 | 'label' => 'Browsers', |
| 196 | 'content' => $this->render( | 199 | 'content' => $this->render( |