diff --git a/www/assets/css/pagestyle2.css b/www/assets/css/pagestyle2.css index 91a91d49fc..411f8d297b 100644 --- a/www/assets/css/pagestyle2.css +++ b/www/assets/css/pagestyle2.css @@ -6643,6 +6643,15 @@ div.overflow-container > *, position: relative; } +.scrollable-location { + padding: unset; +} + +.scrollable-location-content { + overflow-x: auto; + padding: 1em; +} + span.units { font-size: 0.5em; font-weight: 300; diff --git a/www/resources/views/pages/testhistory.blade.php b/www/resources/views/pages/testhistory.blade.php index 1eb3c6546a..1abc7784be 100644 --- a/www/resources/views/pages/testhistory.blade.php +++ b/www/resources/views/pages/testhistory.blade.php @@ -35,34 +35,31 @@
-
- - - - - - - - - - - @if ($is_logged_in) - - @foreach ($test_history as $record) - - - - - - - - @endforeach - - @endif -
Select to compareURLRun DateRun FromLabel
{{ $record->getUrl() }}{{ date_format(date_create($record->getStartTime()), 'M d, Y g:i:s A e') }}{{ $record->getLocation() }}{{ $record->getLabel() }}
-
- - + + + + + + + + + + + @if ($is_logged_in) + + @foreach ($test_history as $record) + + + + + + + + @endforeach + + @endif +
Select to compareURLRun DateRun FromLabel
{{ $record->getUrl() }}{{ date_format(date_create($record->getStartTime()), 'M d, Y g:i:s A e') }}
{{ $record->getLocation() }}
{{ $record->getLabel() }}
+ @if ($local) @endif