Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Sep 5, 2020
1 parent a104409 commit d4e4812
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export enum HostsQueries {
details = 'details',
firstLastSeen = 'firstLastSeen',
hosts = 'hosts',
overview = 'overview',
overview = 'overviewHost',
uncommonProcesses = 'uncommonProcesses',
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export * from './top_n_flow';

export enum NetworkQueries {
http = 'http',
overview = 'overview',
overview = 'overviewNetwork',
tls = 'tls',
topCountries = 'topCountries',
topNFlow = 'topNFlow',
Expand Down

This file was deleted.

0 comments on commit d4e4812

Please sign in to comment.