Skip to content

Commit e6d2721

Browse files
committed
Update ui-store.ts - Remove default columns from list temporarily
1 parent 3789ee2 commit e6d2721

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/model/ui/ui-store.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@ export class UiStore {
186186
@persist('map') @observable
187187
private _visibleViewColumns = new Map<string, boolean>([
188188
['Timestamp', false],
189-
['Method', true],
190-
['Status', true],
191-
['Source', true],
192-
['Host', true],
193-
['PathAndQuery', true],
194189
['Duration', true]
195190
]); //TODO: implement a strict type
196191

0 commit comments

Comments
 (0)