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 @@
Select to compare | +Select to compare | URL | Run Date | Run From | @@ -50,10 +50,10 @@|||
---|---|---|---|---|---|---|---|
- | {{ $record->getUrl() }} | ++ | {{ date_format(date_create($record->getStartTime()), 'M d, Y g:i:s A e') }} | -{{ $record->getLocation() }} | +{{ $record->getLocation() }} |
{{ $record->getLabel() }} |