Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Merge requests
!5
Optional title abstract
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Optional title abstract
optional-title-abstract
into
dev
Overview
0
Commits
12
Pipelines
9
Changes
1
Merged
Remi PLANEL
requested to merge
optional-title-abstract
into
dev
1 year ago
Overview
0
Commits
12
Pipelines
9
Changes
1
Expand
Closes
#125 (closed)
0
0
Merge request reports
Viewing commit
4d09ff9c
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4d09ff9c
table more compact
· 4d09ff9c
Remi PLANEL
authored
1 year ago
components/content/ListSystems.vue
+
1
−
1
Options
@@ -30,7 +30,7 @@ function filterOnlyCapsText(value, query, item) {
<v-text-field
v-model=
"search"
density=
"compact"
variant=
"underlined"
prepend-inner-icon=
"mdi-magnify"
label=
"Search for defense systems"
single-line
hide-details
class=
"mx-2"
clearable
></v-text-field>
</v-toolbar>
<v-data-table
:items-per-page=
"itemsPerParge"
v-model:sort-by=
"sortBy"
:headers=
"props.headers"
<v-data-table
:items-per-page=
"itemsPerParge"
v-model:sort-by=
"sortBy"
:headers=
"props.headers"
density=
"compact"
:custom-filter=
"filterOnlyCapsText"
:items=
"props.systems"
:search=
"search"
>
<template
#
[`
item.system
`
]=
"
{ item }">
<v-chip
variant=
"text"
link
:to=
"`$
{item.columns.system.path}`">
{{
Loading