aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-10-20 15:33:49 +0000
committerEmiliano Ciavatta2020-10-20 15:33:49 +0000
commit3920162abdcaad570b364f76efa8257fa87319c0 (patch)
tree286ddc55055037e13506593ba97f9e759b46884b /frontend
parent6b30ace7f6919d5e5122959d0abf463906fa17d7 (diff)
Update readme
Diffstat (limited to 'frontend')
-rw-r--r--frontend/screenshots/connection_content.pngbin314372 -> 0 bytes
-rw-r--r--frontend/screenshots/main.pngbin0 -> 402371 bytes
-rw-r--r--frontend/screenshots/main2.pngbin0 -> 438349 bytes
-rw-r--r--frontend/screenshots/pcaps.pngbin368643 -> 0 bytes
-rw-r--r--frontend/screenshots/rules.pngbin253325 -> 0 bytes
-rw-r--r--frontend/screenshots/rules_services.pngbin0 -> 240349 bytes
-rw-r--r--frontend/screenshots/searches_pcaps.pngbin0 -> 345152 bytes
-rw-r--r--frontend/screenshots/services.pngbin245420 -> 0 bytes
-rw-r--r--frontend/src/components/panels/StreamsPane.js2
-rw-r--r--frontend/src/components/panels/StreamsPane.scss6
10 files changed, 4 insertions, 4 deletions
diff --git a/frontend/screenshots/connection_content.png b/frontend/screenshots/connection_content.png
deleted file mode 100644
index 3a999bf..0000000
--- a/frontend/screenshots/connection_content.png
+++ /dev/null
Binary files differ
diff --git a/frontend/screenshots/main.png b/frontend/screenshots/main.png
new file mode 100644
index 0000000..2640afe
--- /dev/null
+++ b/frontend/screenshots/main.png
Binary files differ
diff --git a/frontend/screenshots/main2.png b/frontend/screenshots/main2.png
new file mode 100644
index 0000000..5e24d52
--- /dev/null
+++ b/frontend/screenshots/main2.png
Binary files differ
diff --git a/frontend/screenshots/pcaps.png b/frontend/screenshots/pcaps.png
deleted file mode 100644
index 2b315e9..0000000
--- a/frontend/screenshots/pcaps.png
+++ /dev/null
Binary files differ
diff --git a/frontend/screenshots/rules.png b/frontend/screenshots/rules.png
deleted file mode 100644
index 1870080..0000000
--- a/frontend/screenshots/rules.png
+++ /dev/null
Binary files differ
diff --git a/frontend/screenshots/rules_services.png b/frontend/screenshots/rules_services.png
new file mode 100644
index 0000000..babf76d
--- /dev/null
+++ b/frontend/screenshots/rules_services.png
Binary files differ
diff --git a/frontend/screenshots/searches_pcaps.png b/frontend/screenshots/searches_pcaps.png
new file mode 100644
index 0000000..77e927d
--- /dev/null
+++ b/frontend/screenshots/searches_pcaps.png
Binary files differ
diff --git a/frontend/screenshots/services.png b/frontend/screenshots/services.png
deleted file mode 100644
index b605cc1..0000000
--- a/frontend/screenshots/services.png
+++ /dev/null
Binary files 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;
}