Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "Export-Panel öffnen",
"Open last execution traces": "Letzte Ausführungsspuren öffnen",
"Open Settings": "Einstellungen öffnen",
"Open stream": "Stream öffnen",
"Open the correlation details": "Öffnen Sie die Korrelationsdetails",
"Open the entity overview in a separated tab": "Öffnen Sie die Entitätsübersicht in einer separaten Registerkarte",
"Open the suggestions": "Öffnen Sie die Vorschläge",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "Open export panel",
"Open last execution traces": "Open last execution traces",
"Open Settings": "Open Settings",
"Open stream": "Open stream",
"Open the correlation details": "Open the correlation details",
"Open the entity overview in a separated tab": "Open the entity overview in a separated tab",
"Open the suggestions": "Open the suggestions",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "Abrir panel de exportación",
"Open last execution traces": "Abrir últimas trazas de ejecución",
"Open Settings": "Abrir Ajustes",
"Open stream": "Flujo abierto",
"Open the correlation details": "Abrir los detalles de la correlación",
"Open the entity overview in a separated tab": "Abrir la descripción general de la entidad en una pestaña separada",
"Open the suggestions": "Abre las sugerencias",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "Ouvrir le volet d'export",
"Open last execution traces": "Ouvrir les dernières traces d'exécution",
"Open Settings": "Ouvrir les paramètres",
"Open stream": "Flux ouvert",
"Open the correlation details": "Ouvrir les détails de la corrélation",
"Open the entity overview in a separated tab": "Ouvrir la vue d’ensemble de l’entité dans un onglet séparé",
"Open the suggestions": "Ouvrir les suggestions",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "Apri il pannello di esportazione",
"Open last execution traces": "Apri le ultime tracce di esecuzione",
"Open Settings": "Apri Impostazioni",
"Open stream": "Flusso aperto",
"Open the correlation details": "Apri i dettagli della correlazione",
"Open the entity overview in a separated tab": "Apri la panoramica dell'entità in una scheda separata",
"Open the suggestions": "Apri le suggerimenti",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "出力画面を開く",
"Open last execution traces": "最後の実行トレースを開く",
"Open Settings": "設定を開く",
"Open stream": "オープン・ストリーム",
"Open the correlation details": "相関関係の詳細を開く",
"Open the entity overview in a separated tab": "エンティティの概要を別のタブで開く",
"Open the suggestions": "提案を開く",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "내보내기 패널 열기",
"Open last execution traces": "마지막 실행 흔적 열기",
"Open Settings": "설정 열기",
"Open stream": "오픈 스트림",
"Open the correlation details": "상관관계 세부 정보 열기",
"Open the entity overview in a separated tab": "분리된 탭에서 엔터티 개요 열기",
"Open the suggestions": "제안 열기",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "Откройте панель экспорта",
"Open last execution traces": "Открыть следы последнего выполнения",
"Open Settings": "Открыть настройки",
"Open stream": "Открытый поток",
"Open the correlation details": "Откройте сведения о корреляции",
"Open the entity overview in a separated tab": "Откройте обзор сущностей на отдельной вкладке",
"Open the suggestions": "Открыть предложения",
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-front/lang/front/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@
"Open export panel": "打开导出面板",
"Open last execution traces": "打开上次执行跟踪",
"Open Settings": "打开设置",
"Open stream": "开放流",
"Open the correlation details": "打开相关细节",
"Open the entity overview in a separated tab": "在单独的标签页中打开实体概览",
"Open the suggestions": "打开建议",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { deserializeFilterGroupForFrontend, isFilterGroupNotEmpty } from '../../
import ItemCopy from '../../../../components/ItemCopy';
import ItemBoolean from '../../../../components/ItemBoolean';
import Security from '../../../../utils/Security';
import { TAXIIAPI_SETCOLLECTIONS } from '../../../../utils/hooks/useGranted';
import { TAXIIAPI } from '../../../../utils/hooks/useGranted';
import FieldOrEmpty from '../../../../components/FieldOrEmpty';
import { EMPTY_VALUE } from '../../../../utils/String';

Expand Down Expand Up @@ -127,7 +127,7 @@ class StreamLineLineComponent extends Component {
divider={true}
disablePadding
secondaryAction={(
<Security needs={[TAXIIAPI_SETCOLLECTIONS]}>
<Security needs={[TAXIIAPI]}>
<StreamPopover
streamCollection={node}
paginationOptions={paginationOptions}
Expand Down

This file was deleted.

Loading