From 3920162abdcaad570b364f76efa8257fa87319c0 Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Tue, 20 Oct 2020 17:33:49 +0200 Subject: Update readme --- frontend/screenshots/connection_content.png | Bin 314372 -> 0 bytes frontend/screenshots/main.png | Bin 0 -> 402371 bytes frontend/screenshots/main2.png | Bin 0 -> 438349 bytes frontend/screenshots/pcaps.png | Bin 368643 -> 0 bytes frontend/screenshots/rules.png | Bin 253325 -> 0 bytes frontend/screenshots/rules_services.png | Bin 0 -> 240349 bytes frontend/screenshots/searches_pcaps.png | Bin 0 -> 345152 bytes frontend/screenshots/services.png | Bin 245420 -> 0 bytes frontend/src/components/panels/StreamsPane.js | 2 +- frontend/src/components/panels/StreamsPane.scss | 6 +++--- 10 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 frontend/screenshots/connection_content.png create mode 100644 frontend/screenshots/main.png create mode 100644 frontend/screenshots/main2.png delete mode 100644 frontend/screenshots/pcaps.png delete mode 100644 frontend/screenshots/rules.png create mode 100644 frontend/screenshots/rules_services.png create mode 100644 frontend/screenshots/searches_pcaps.png delete mode 100644 frontend/screenshots/services.png (limited to 'frontend') diff --git a/frontend/screenshots/connection_content.png b/frontend/screenshots/connection_content.png deleted file mode 100644 index 3a999bf..0000000 Binary files a/frontend/screenshots/connection_content.png and /dev/null differ diff --git a/frontend/screenshots/main.png b/frontend/screenshots/main.png new file mode 100644 index 0000000..2640afe Binary files /dev/null and b/frontend/screenshots/main.png differ diff --git a/frontend/screenshots/main2.png b/frontend/screenshots/main2.png new file mode 100644 index 0000000..5e24d52 Binary files /dev/null and b/frontend/screenshots/main2.png differ diff --git a/frontend/screenshots/pcaps.png b/frontend/screenshots/pcaps.png deleted file mode 100644 index 2b315e9..0000000 Binary files a/frontend/screenshots/pcaps.png and /dev/null differ diff --git a/frontend/screenshots/rules.png b/frontend/screenshots/rules.png deleted file mode 100644 index 1870080..0000000 Binary files a/frontend/screenshots/rules.png and /dev/null differ diff --git a/frontend/screenshots/rules_services.png b/frontend/screenshots/rules_services.png new file mode 100644 index 0000000..babf76d Binary files /dev/null and b/frontend/screenshots/rules_services.png differ diff --git a/frontend/screenshots/searches_pcaps.png b/frontend/screenshots/searches_pcaps.png new file mode 100644 index 0000000..77e927d Binary files /dev/null and b/frontend/screenshots/searches_pcaps.png differ diff --git a/frontend/screenshots/services.png b/frontend/screenshots/services.png deleted file mode 100644 index b605cc1..0000000 Binary files a/frontend/screenshots/services.png and /dev/null differ diff --git a/frontend/src/components/panels/StreamsPane.js b/frontend/src/components/panels/StreamsPane.js index cc3d53a..4c16cf1 100644 --- a/frontend/src/components/panels/StreamsPane.js +++ b/frontend/src/components/panels/StreamsPane.js @@ -28,7 +28,7 @@ import ChoiceField from "../fields/ChoiceField"; import MessageAction from "../objects/MessageAction"; import "./StreamsPane.scss"; -const reactStringReplace = require('react-string-replace') +const reactStringReplace = require("react-string-replace"); const classNames = require("classnames"); class StreamsPane extends Component { diff --git a/frontend/src/components/panels/StreamsPane.scss b/frontend/src/components/panels/StreamsPane.scss index c44c7eb..3857068 100644 --- a/frontend/src/components/panels/StreamsPane.scss +++ b/frontend/src/components/panels/StreamsPane.scss @@ -20,8 +20,8 @@ } .matched-occurrence { - color: $color-primary-4; font-weight: 500; + color: $color-primary-4; border-radius: 2px; } } @@ -38,10 +38,10 @@ .connection-message-info { font-size: 11px; + overflow: hidden; margin-top: 6px; margin-left: -10px; white-space: nowrap; - overflow: hidden; text-overflow: ellipsis; } @@ -106,10 +106,10 @@ .header-info { font-size: 12px; + overflow: hidden; padding-top: 7px; padding-left: 25px; white-space: nowrap; - overflow: hidden; text-overflow: ellipsis; } -- cgit v1.2.3-70-g09d2