Merge: - client: fix log filters and guide tab styles

Closes #1951

* commit '9fecab8675b3496cb6fa5f03084e0be7c364a263':
  - client: fix log filters styles
  - client: fix guide tab styles
This commit is contained in:
Ildar Kamalov
2020-08-03 15:45:53 +03:00
8 changed files with 56 additions and 13 deletions

View File

@@ -337,11 +337,6 @@ export const RESPONSE_FILTER = {
query: 'processed',
label: 'show_processed_responses',
},
SPACE: {
query: 'all',
label: '',
disabled: true,
},
BLOCKED: {
query: 'blocked',
label: 'show_blocked_responses',