diff --git a/www/assets/css/pagestyle2.css b/www/assets/css/pagestyle2.css index 91a91d49fc..2c074e0d69 100644 --- a/www/assets/css/pagestyle2.css +++ b/www/assets/css/pagestyle2.css @@ -4517,6 +4517,10 @@ table.checklist td { padding: 1rem; } +.history th.idSelect { + vertical-align: baseline; +} + .history th.date, .history td.date { white-space: nowrap; @@ -6643,6 +6647,20 @@ div.overflow-container > *, position: relative; } +.scrollableHistoryTable { + overflow: auto; +} + +.scrollable-td { + padding: unset; +} + +.scrollable-td-content { + overflow-x: auto; + padding: 1em; + padding-top: 0em; +} + 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..d094ee8585 100644 --- a/www/resources/views/pages/testhistory.blade.php +++ b/www/resources/views/pages/testhistory.blade.php @@ -35,11 +35,11 @@
-
+
- + @@ -50,10 +50,10 @@ @foreach ($test_history as $record) - - + + - + @endforeach @@ -61,8 +61,8 @@ @endif
Select to compareSelect to compare URL Run Date Run From
{{ $record->getUrl() }} {{ date_format(date_create($record->getStartTime()), 'M d, Y g:i:s A e') }}{{ $record->getLocation() }}
{{ $record->getLocation() }}
{{ $record->getLabel() }}
- - + + @if ($local) @endif diff --git a/www/resources/views/pages/testhistoryadmin.blade.php b/www/resources/views/pages/testhistoryadmin.blade.php index 0ad347e1e1..eb52d2991f 100644 --- a/www/resources/views/pages/testhistoryadmin.blade.php +++ b/www/resources/views/pages/testhistoryadmin.blade.php @@ -72,7 +72,7 @@ 'labelTxt' => $labelTxt, ]) - + @if (isset($guid) && $video && !($url == "Bulk Test" || $url == "Multiple Locations test")) @if ($repeat) @@ -89,10 +89,12 @@ @endif - {!! $location !!} - @if ($video) - (video) - @endif + +
{!! $location !!} + @if ($video) + (video) + @endif +
@if ($includeip) {{ $ip }} @@ -113,7 +115,7 @@ {{ $labelTxt }} - {{ $shortURL }} +
{{ $shortURL }}
@endforeach