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
72b37aca
Commit
72b37aca
authored
1 year ago
by
René Rösner
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Corrected icon and class imports
parent
9b5b624e
No related branches found
No related tags found
2 merge requests
!89
planning#831: API spec ressources
,
!75
planning#1067: Bearbeiten-Link auf /resources-Unterseiten des Entwicklungsportals
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
shared/use-service-filter.ts
+1
-1
1 addition, 1 deletion
shared/use-service-filter.ts
views/Resource.tsx
+1
-1
1 addition, 1 deletion
views/Resource.tsx
with
2 additions
and
2 deletions
shared/use-service-filter.ts
+
1
−
1
View file @
72b37aca
...
...
@@ -54,7 +54,7 @@ const useServiceFilter = (services: ResourceContent[], filter: any) => {
return
filterServiceByTags
(
service
,
activeTypeFilterTags
,
FilterMatchRequirement
.
ALL
)
&&
filterServiceByTags
(
service
,
activeStatusFilterTags
,
FilterMatchRequirement
.
SOME
)
})
servicesFilteredByTags
.
sort
((
sortableServiceContantA
:
Servi
ceContent
,
sortableServiceContantB
:
Servi
ceContent
)
=>
{
servicesFilteredByTags
.
sort
((
sortableServiceContantA
:
Resour
ceContent
,
sortableServiceContantB
:
Resour
ceContent
)
=>
{
return
sortableServiceContantA
.
name
.
localeCompare
(
sortableServiceContantB
.
name
)
})
...
...
This diff is collapsed.
Click to expand it.
views/Resource.tsx
+
1
−
1
View file @
72b37aca
...
...
@@ -2,7 +2,7 @@ import React from 'react'
import
Link
from
'
next/link
'
import
ResourceCard
from
'
@/components/ResourceCard
'
import
useEditPath
from
'
shared/use-edit-path
'
import
{
IconBook
,
IconPencil
}
from
'
@tabler/icons
'
import
{
IconBook
,
IconPencil
}
from
'
@tabler/icons
-react
'
const
{
getContentEditUrl
}
=
useEditPath
()
type
ResourceContentProperties
=
{
...
...
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