Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
SigNoz
Commits
46050a21
Unverified
Commit
46050a21
authored
2 years ago
by
Palash Gupta
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
feat: all trace now open in new tab (#1662)
parent
c9363586
trace-search
1725-expection
feat/custom-func-getSubTreeSpans
feat/dynamic-tooltip
labels_object
main
metrics-table
release/v0.11
release/v0.11.3
v0.11.3
v0.11.3-rc.1
v0.11
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/container/Trace/TraceTable/index.tsx
+1
-2
frontend/src/container/Trace/TraceTable/index.tsx
with
1 addition
and
2 deletions
+1
-2
frontend/src/container/Trace/TraceTable/index.tsx
+
1
-
2
View file @
46050a21
...
...
@@ -3,7 +3,6 @@ import Table, { ColumnsType } from 'antd/lib/table';
import
ROUTES
from
'
constants/routes
'
;
import
dayjs
from
'
dayjs
'
;
import
duration
from
'
dayjs/plugin/duration
'
;
import
history
from
'
lib/history
'
;
import
omit
from
'
lodash-es/omit
'
;
import
React
from
'
react
'
;
import
{
useDispatch
,
useSelector
}
from
'
react-redux
'
;
...
...
@@ -195,7 +194,7 @@ function TraceTable(): JSX.Element {
onClick
:
(
event
):
void
=>
{
event
.
preventDefault
();
event
.
stopPropagation
();
history
.
push
(
getLink
(
record
));
window
.
open
(
getLink
(
record
));
},
})
}
pagination
=
{
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help