Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Frontend
Commits
ee4979c9
Commit
ee4979c9
authored
1 year ago
by
ml bonhomme
Committed by
Erwan Rouchet
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Line break between process name and process ID in process elements list page
parent
e0b1c00a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1630
Line break between process name and process ID in process elements list page
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/Process/Filter.vue
+5
-5
5 additions, 5 deletions
src/views/Process/Filter.vue
with
5 additions
and
5 deletions
src/views/Process/Filter.vue
+
5
−
5
View file @
ee4979c9
...
...
@@ -5,12 +5,12 @@
<h1
v-if=
"isConfigurable"
class=
"title"
>
Filter process elements
</h1>
<template
v-else-if=
"isReadOnly"
>
<h1
class=
"title"
>
Process elements
</h1>
<
p
class=
"subtitle mb-1"
>
<
template
v-if=
"process.name"
>
<
div
class=
"subtitle mb-1"
>
<
p
v-if=
"process.name"
>
Process
{{
process
.
name
}}
</
template
>
<ItemId
label=
"Process ID:"
:item-id=
"process.id"
/>
</
p
>
</
p
>
<p>
<ItemId
label=
"Process ID:"
:item-id=
"process.id"
/>
</p>
</
div
>
</
template
>
<h2
class=
"subtitle"
>
<
template
v-if=
"process.element || corpus"
>
...
...
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