Commit a6cf50b 1 parent 5668396 commit a6cf50b Copy full SHA for a6cf50b
File tree 1 file changed +8
-0
lines changed
test-result-summary-client/src/Build
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ export default class TestTable extends Component {
126
126
pathname : '/testPerPlatform' ,
127
127
search : params ( { testId } ) ,
128
128
} }
129
+ target = "_blank"
130
+ rel = "noopener noreferrer"
129
131
>
130
132
< Tooltip title = "All Platforms" >
131
133
< ClusterOutlined />
@@ -137,6 +139,8 @@ export default class TestTable extends Component {
137
139
pathname : '/deepHistory' ,
138
140
search : params ( { testId } ) ,
139
141
} }
142
+ target = "_blank"
143
+ rel = "noopener noreferrer"
140
144
>
141
145
< Tooltip title = "Deep History" >
142
146
< HistoryOutlined />
@@ -149,6 +153,8 @@ export default class TestTable extends Component {
149
153
pathname : '/gitNewIssue' ,
150
154
search : params ( { testId, buildId } ) ,
151
155
} }
156
+ target = "_blank"
157
+ rel = "noopener noreferrer"
152
158
>
153
159
< Tooltip title = "Create new Github issue" >
154
160
{ ' ' }
@@ -200,6 +206,8 @@ export default class TestTable extends Component {
200
206
testName,
201
207
} ) ,
202
208
} }
209
+ target = "_blank"
210
+ rel = "noopener noreferrer"
203
211
>
204
212
< Tooltip title = "Possible Issues" >
205
213
< QuestionCircleOutlined />
You can’t perform that action at this time.
0 commit comments