Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions app/Http/Controllers/FilterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ private static function getFiltersForPage(string $page_id): array
'testoutput',
'time',
],
'viewTest.php' => [
'details',
'label',
'status',
'subproject',
'testname',
'timestatus',
'time',
],
'testOverview.php' => [
'buildname',
'subproject',
Expand All @@ -135,8 +126,6 @@ private static function isDatePage(string $page_id): bool
case 'testOverview.php':
case 'viewBuildGroup.php':
return true;

case 'viewTest.php':
default:
return false;
}
Expand Down
114 changes: 0 additions & 114 deletions app/Http/Controllers/ViewTestController.php

This file was deleted.

Loading