Commit 1e1383f 1 parent 54fdbcb commit 1e1383f Copy full SHA for 1e1383f
File tree 1 file changed +12
-1
lines changed
src/components/widgets/Benchmark/components/MultiTitle
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ class TitleItem extends React.Component {
13
13
handleRepositoryVisibility
14
14
} = this . props ;
15
15
16
+ const benchmarkHref = service . benchmarksPath + benchmark . href ;
17
+
16
18
return (
17
19
< tr >
18
20
< td > { service . name } </ td >
@@ -30,12 +32,21 @@ class TitleItem extends React.Component {
30
32
< td >
31
33
< a
32
34
className = "badge badge-dark"
33
- href = { benchmark . href }
35
+ href = { benchmarkHref }
34
36
target = "_blank"
35
37
rel = "noopener noreferrer"
36
38
>
37
39
{ benchmark . href }
38
40
</ a >
41
+ < br />
42
+ < a
43
+ className = "badge badge-dark"
44
+ href = { service . path + "config.json" }
45
+ target = "_blank"
46
+ rel = "noopener noreferrer"
47
+ >
48
+ config.json
49
+ </ a >
39
50
</ td >
40
51
< td >
41
52
< i
You can’t perform that action at this time.
0 commit comments