+
+
+
+
+ No headers found matching the search term.
Could not find message headers. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl.
@@ -36,4 +57,35 @@ const toggleHover = (index: number, state: boolean) => {
align-items: top;
gap: 0.4rem;
}
+
+/* empty filtered list message */
+.alert-warning {
+ margin-top: 10px;
+ color: #856404;
+ background-color: #fff3cd;
+ border-color: #ffeeba;
+ padding: 10px;
+ border-radius: 5px;
+}
+
+.text-search-container {
+ display: flex;
+ flex-direction: row;
+}
+.text-search {
+ width: 100%;
+ max-width: 40rem;
+}
+.format-text {
+ font-weight: unset;
+ font-size: 14px;
+ min-width: 120px;
+}
+.filters {
+ background-color: #f3f3f3;
+ margin-top: 5px;
+ border: #8c8c8c 1px solid;
+ border-radius: 3px;
+ padding: 5px;
+}