diff options
author | Emiliano Ciavatta | 2020-10-20 15:33:49 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-10-20 15:33:49 +0000 |
commit | 3920162abdcaad570b364f76efa8257fa87319c0 (patch) | |
tree | 286ddc55055037e13506593ba97f9e759b46884b /frontend | |
parent | 6b30ace7f6919d5e5122959d0abf463906fa17d7 (diff) |
Update readme
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/screenshots/connection_content.png | bin | 314372 -> 0 bytes | |||
-rw-r--r-- | frontend/screenshots/main.png | bin | 0 -> 402371 bytes | |||
-rw-r--r-- | frontend/screenshots/main2.png | bin | 0 -> 438349 bytes | |||
-rw-r--r-- | frontend/screenshots/pcaps.png | bin | 368643 -> 0 bytes | |||
-rw-r--r-- | frontend/screenshots/rules.png | bin | 253325 -> 0 bytes | |||
-rw-r--r-- | frontend/screenshots/rules_services.png | bin | 0 -> 240349 bytes | |||
-rw-r--r-- | frontend/screenshots/searches_pcaps.png | bin | 0 -> 345152 bytes | |||
-rw-r--r-- | frontend/screenshots/services.png | bin | 245420 -> 0 bytes | |||
-rw-r--r-- | frontend/src/components/panels/StreamsPane.js | 2 | ||||
-rw-r--r-- | frontend/src/components/panels/StreamsPane.scss | 6 |
10 files changed, 4 insertions, 4 deletions
diff --git a/frontend/screenshots/connection_content.png b/frontend/screenshots/connection_content.png Binary files differdeleted file mode 100644 index 3a999bf..0000000 --- a/frontend/screenshots/connection_content.png +++ /dev/null diff --git a/frontend/screenshots/main.png b/frontend/screenshots/main.png Binary files differnew file mode 100644 index 0000000..2640afe --- /dev/null +++ b/frontend/screenshots/main.png diff --git a/frontend/screenshots/main2.png b/frontend/screenshots/main2.png Binary files differnew file mode 100644 index 0000000..5e24d52 --- /dev/null +++ b/frontend/screenshots/main2.png diff --git a/frontend/screenshots/pcaps.png b/frontend/screenshots/pcaps.png Binary files differdeleted file mode 100644 index 2b315e9..0000000 --- a/frontend/screenshots/pcaps.png +++ /dev/null diff --git a/frontend/screenshots/rules.png b/frontend/screenshots/rules.png Binary files differdeleted file mode 100644 index 1870080..0000000 --- a/frontend/screenshots/rules.png +++ /dev/null diff --git a/frontend/screenshots/rules_services.png b/frontend/screenshots/rules_services.png Binary files differnew file mode 100644 index 0000000..babf76d --- /dev/null +++ b/frontend/screenshots/rules_services.png diff --git a/frontend/screenshots/searches_pcaps.png b/frontend/screenshots/searches_pcaps.png Binary files differnew file mode 100644 index 0000000..77e927d --- /dev/null +++ b/frontend/screenshots/searches_pcaps.png diff --git a/frontend/screenshots/services.png b/frontend/screenshots/services.png Binary files differdeleted file mode 100644 index b605cc1..0000000 --- a/frontend/screenshots/services.png +++ /dev/null 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; } |