Skip to content

Commit 120e26c

Browse files
Removed tabular view
1 parent f6e664e commit 120e26c

File tree

5 files changed

+0
-1190
lines changed

5 files changed

+0
-1190
lines changed

test-result-summary-client/src/App.jsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { Output } from './Build/Output/';
1010
import { TestCompare } from './TestCompare/';
1111
import { ThirdPartyAppView } from './ThirdPartyAppView/';
1212
import { PerfCompare } from './PerfCompare/';
13-
import { TabularView } from './TabularView/';
1413
import { TrafficLight, MetricsDetails } from './TrafficLight/';
1514
import { AdvancedSearch } from './AdvancedSearch/';
1615

@@ -143,14 +142,6 @@ export default class App extends Component {
143142
</Link>
144143
),
145144
},
146-
{
147-
key: 'sub2',
148-
label: (
149-
<Link to="/tabularView">
150-
Tabular View
151-
</Link>
152-
),
153-
},
154145
],
155146
},
156147
{
@@ -227,10 +218,6 @@ export default class App extends Component {
227218
path="/perfCompare"
228219
element={<PerfCompare />}
229220
/>
230-
<Route
231-
path="/tabularView"
232-
element={<TabularView />}
233-
/>
234221
<Route
235222
path="/trafficLight"
236223
element={<TrafficLight />}

test-result-summary-client/src/TabularView/TabularView.css

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)