forked from devsecopsmaturitymodel/DevSecOps-MaturityModel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 532f55d
committed
feat: Activity links
I found it quite a bit distracting that I could not open activity detail
in a new window - especially as filters on the matrix page do not
persist on navigation.
This changes the detail navigation from an onclick to a regular ol' HTML
link, allowing "open in new window" etc.1 parent 5087be3 commit 532f55d
File tree
5 files changed
+20
-22
lines changed- src/app/component/matrix
5 files changed
+20
-22
lines changedLines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | + | ||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | 37 |
| |
45 | 38 |
| |
46 | 39 |
| |
|
Lines changed: 16 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
74 | - | ||
75 | - | ||
76 | - | ||
66 | + | ||
77 | 67 |
| |
78 | 68 |
| |
79 | 69 |
| |
80 | - | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
| |||
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
101 | - | ||
102 | - | ||
103 | + | ||
104 | + | ||
103 | 105 |
| |
104 | 106 |
| |
105 | 107 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
325 | 326 |
| |
326 | 327 |
| |
327 | 328 |
| |
328 | - | ||
329 | + | ||
329 | 330 |
| |
330 | 331 |
|
0 commit comments