Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIDO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
subugoe
emo
TIDO
Commits
a4cf5eb8
Commit
a4cf5eb8
authored
9 months ago
by
Orlin Malkja
Browse files
Options
Downloads
Patches
Plain Diff
style: minor
parent
e02d959e
No related branches found
No related tags found
1 merge request
!297
Show Nested metadata & improve its styling
Pipeline
#459340
passed
9 months ago
Stage: build
Stage: test:e2e
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/metadata/MetadataItem.vue
+2
-2
2 additions, 2 deletions
src/components/metadata/MetadataItem.vue
src/components/metadata/MetadataValue.vue
+1
-1
1 addition, 1 deletion
src/components/metadata/MetadataValue.vue
with
3 additions
and
3 deletions
src/components/metadata/MetadataItem.vue
+
2
−
2
View file @
a4cf5eb8
...
...
@@ -5,7 +5,7 @@
</q-item-label>
<MetadataLink
v-if=
"isLink()"
:url=
"item.key"
:text=
"item.value"
/>
<MetadataValue
v-else
:value=
"item.value"
/>
<MetadataItem
v-for=
"(childItem, idx) in childItems"
:key=
"idx"
:item=
"childItem"
class=
"nested
_
metadata"
/>
<MetadataItem
v-for=
"(childItem, idx) in childItems"
:key=
"idx"
:item=
"childItem"
class=
"nested
-
metadata"
/>
</div>
</
template
>
...
...
@@ -32,7 +32,7 @@ function isLink() {
<
style
scoped
>
.nested
_
metadata
{
.nested
-
metadata
{
margin-left
:
8px
;
margin-top
:
2.5px
;
}
...
...
This diff is collapsed.
Click to expand it.
src/components/metadata/MetadataValue.vue
+
1
−
1
View file @
a4cf5eb8
<
template
>
<div
class=
"metadata-value"
>
<span
>
{{
value
}}
</span
>
<span
v-html=
"value"
/
>
</div>
</
template
>
...
...
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