TRA-4410 Display namespace field in the UI (#974)

This commit is contained in:
M. Mert Yıldıran
2022-04-08 11:16:25 -07:00
committed by GitHub
parent d8fb8ff710
commit 72a1aba3e5
3 changed files with 19 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ type Entry struct {
Capture Capture `json:"capture"`
Source *TCP `json:"src"`
Destination *TCP `json:"dst"`
Namespace string `json:"namespace,omitempty"`
Namespace string `json:"namespace"`
Outgoing bool `json:"outgoing"`
Timestamp int64 `json:"timestamp"`
StartTime time.Time `json:"startTime"`