Commit c716072a14108bbc2a4a5c34f7f6396dac799696

Authored by Alexey Boroda
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 190 <?php
191 191 echo Tabs::widget(
192 192 [
193   - 'items' => [
  193 + 'options' => [
  194 + 'class' => 'bar_tabs',
  195 + ],
  196 + 'items' => [
194 197 [
195 198 'label' => 'Browsers',
196 199 'content' => $this->render(
... ...