File tree 2 files changed +13
-1
lines changed
v3/packages/internarbeidsflate-decorator-v3/src
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ export const generateLinks = ({
81
81
links . tiltaksGjennomforingUrl ,
82
82
'Tiltaksjennomføring - avtaler' ,
83
83
) ,
84
+ buildLinkWithTitle ( links . arbeidsmarkedsTiltak , 'Arbeidsmarkedstiltak' )
84
85
] ,
85
86
} ;
86
87
const sykefravaer : LinkSection = {
@@ -114,6 +115,7 @@ export const generateLinks = ({
114
115
buildLinkWithTitle ( links . modiaSosialhjelp , 'Modia sosialhjelp' ) ,
115
116
buildLinkWithTitle ( links . refusjon , 'Refusjon tilskudd' ) ,
116
117
buildLinkWithTitle ( links . salesforce , 'Salesforce' ) ,
118
+ buildLinkWithTitle ( links . kunnskapsbasenNKS , "Kunnskapsbasen NKS" )
117
119
] ,
118
120
} ;
119
121
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ export interface LinkObject {
26
26
modiaSosialhjelp : Url ;
27
27
refusjon : Url ;
28
28
salesforce : Url ;
29
+ arbeidsmarkedsTiltak : Url ;
30
+ kunnskapsbasenNKS : Url ;
29
31
}
30
32
31
33
const findEnvString = ( environment : Environment ) => {
@@ -107,7 +109,9 @@ export const wsEventDistribusjon = (
107
109
case 'LOCAL' :
108
110
return 'ws://localhost:4000/ws/' ;
109
111
default :
110
- return `wss://veilederflatehendelser${ findEnvString ( environment ) } .adeo.no/modiaeventdistribution/ws/` ;
112
+ return `wss://veilederflatehendelser${ findEnvString (
113
+ environment ,
114
+ ) } .adeo.no/modiaeventdistribution/ws/`;
111
115
}
112
116
} ;
113
117
@@ -287,5 +291,11 @@ export const buildLinks = ({
287
291
urlFormat ,
288
292
) } /redirect/salesforce`,
289
293
} ,
294
+ arbeidsmarkedsTiltak : {
295
+ url : `https://nav-arbeidsmarkedstiltak${ naisDomain ( environment ) } /` ,
296
+ } ,
297
+ kunnskapsbasenNKS : {
298
+ url : 'https://data.intern.nav.no/quarto/e7b3e02a-0c45-4b5c-92a2-a6d364120dfb/' ,
299
+ } ,
290
300
} ;
291
301
} ;
You can’t perform that action at this time.
0 commit comments