]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5662 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Jun 2023 11:11:18 +0000 (13:11 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Jun 2023 11:11:18 +0000 (13:11 +0200)
app/Fluidbook/Stats.php
resources/views/fluidbook_stats/stats.blade.php

index f0175098c207a9a685ae50bf16fedec6d717947e..dc55143ed7f42140bb7e1c0181f216ddc8f21b40 100644 (file)
@@ -325,7 +325,8 @@ class Stats extends Reporting
             'viadeo' => 'lab la-viadeo',
         ];
 
-//        $res = [];
+        $res = [];
+
 //        foreach ($icons as $social => $icon) {
 //            $res[$social] = ['nb' => rand(1, 100), 'icon' => $icon];
 //        }
index f565bfd1e743f814ee255f43aecf0bddfadd5247..4ad976b74f6ee8d0ed17a710813c81fe62dafc1b 100644 (file)
                         <table class="{!! $tableClasses !!}">
                             <thead>
                             <tr>
-                                <th>{{ __('URL') }}</th>
-                                <th class="sorttable_sorted_reverse">{{ __('Clics') }}</th>
+                                <th style="width: 80%;">{{ __('URL') }}</th>
+                                <th style="width: 20%;" class="sorttable_sorted_reverse">{{ __('Clics') }}</th>
                             </tr>
                             </thead>
                             <tbody>
                         <table class="{!! $tableClasses !!}">
                             <thead>
                             <tr>
-                                <th>{{ __('Requêtes') }}</th>
-                                <th class="sorttable_sorted_reverse">{{ __('Nombre') }}</th>
+                                <th style="width: 70%;">{{ __('Requêtes') }}</th>
+                                <th style="width: 30%;" class="sorttable_sorted_reverse">{{ __('Nombre') }}</th>
                             </tr>
                             </thead>
                             <tbody>
                         <table class="{!! $tableClasses !!}">
                             <thead>
                             <tr>
-                                <th>{{ __('Pays') }}</th>
-                                <th class="sorttable_sorted_reverse">{{ __('Nombre de visites') }}</th>
+                                <th style="width: 70%;">{{ __('Pays') }}</th>
+                                <th style="width: 30%;" class="sorttable_sorted_reverse">{{ __('Visites') }}</th>
                             </tr>
                             </thead>
                             <tbody>