Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Entwicklungsportal - ARCHIVED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FIT-Connect
Entwicklungsportal - ARCHIVED
Commits
66ac6d6f
Commit
66ac6d6f
authored
1 year ago
by
Jürgen Voskuhl
Browse files
Options
Downloads
Patches
Plain Diff
Workaround didn't work out
parent
d270f935
No related branches found
Branches containing commit
No related tags found
1 merge request
!86
planning#1203: Standards
Pipeline
#56022
failed
1 year ago
Stage: lint
Stage: cve-scan
Stage: build
Stage: deploy
Stage: .post
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/standards/[serviceName].tsx
+1
-0
1 addition, 0 deletions
pages/standards/[serviceName].tsx
views/it-standards/InfoBoxes.tsx
+1
-1
1 addition, 1 deletion
views/it-standards/InfoBoxes.tsx
with
2 additions
and
1 deletion
pages/standards/[serviceName].tsx
+
1
−
0
View file @
66ac6d6f
...
...
@@ -71,6 +71,7 @@ export default function ({ contentString }) {
}
}
supportInfo
=
{
[]
}
artefacts
=
{
[]
}
combinedStandards
=
{
[]
}
// combinedStandards={ content.childResources }
lastUpdate
=
{
content
.
dateLastUpdate
}
/>
...
...
This diff is collapsed.
Click to expand it.
views/it-standards/InfoBoxes.tsx
+
1
−
1
View file @
66ac6d6f
...
...
@@ -89,7 +89,7 @@ export function InfoBoxes({
</
div
>
)
}
{
combinedStandards
!==
undefined
&&
combinedStandards
[
0
].
link
!=
''
&&
(
{
combinedStandards
.
length
>
0
&&
combinedStandards
[
0
].
link
!=
''
&&
(
<
div
className
=
"w-80 border-2 mb-4 rounded-md"
>
<
div
className
=
{
`
${
MY_CONSTANTS
.
BG_COLORS
.
COMBINED_STANDARDS
}
p-1 font-bold`
}
>
Verbundene IT-Standards
</
div
>
<
div
className
=
"text-sm p-1"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment