This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from navikt/dev
Prodsetting
- Loading branch information
Showing
10 changed files
with
124 additions
and
77 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/components/paneler/innhold/oppfolging/oppfolging-panel-innhold.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.veilarbmaofs { | ||
.alert-hovedmal-vedtaksstotte .alertstripe__tekst { | ||
max-width: 100%; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
export const PERSONALIA_DATA_FRA_PDL = 'veilarbmaofs.personalia.pdl.persondata'; | ||
export const PERSONALIA_DATA_FRA_TPS = 'veilarbmaofs.personalia.tps.persondata'; | ||
export const SPOR_OM_TILBAKEMELDING = 'veilarbmaofs.spor.om.tilbakemelding'; | ||
export const INNSATSGRUPPE_OG_HOVEDMAL_FRA_VEDTAKSSTOTTE = 'veilarbmaofs.hent_innsatsgruppe_og_hovedmal_fra_vedtaksstotte'; | ||
|
||
export const TOGGLES = [ | ||
PERSONALIA_DATA_FRA_PDL, | ||
PERSONALIA_DATA_FRA_TPS, | ||
SPOR_OM_TILBAKEMELDING | ||
SPOR_OM_TILBAKEMELDING, | ||
INNSATSGRUPPE_OG_HOVEDMAL_FRA_VEDTAKSSTOTTE | ||
]; | ||
|
||
export interface Features { | ||
[PERSONALIA_DATA_FRA_PDL]: boolean; | ||
[PERSONALIA_DATA_FRA_TPS]: boolean; | ||
[SPOR_OM_TILBAKEMELDING]: boolean; | ||
[INNSATSGRUPPE_OG_HOVEDMAL_FRA_VEDTAKSSTOTTE]: boolean; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters