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
b16cc770
Commit
b16cc770
authored
1 year ago
by
ml bonhomme
Committed by
Erwan Rouchet
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add worker details button to workers list
parent
b67d2d5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1622
Add worker details button to workers list
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/Process/Workers/List.vue
+15
-5
15 additions, 5 deletions
src/views/Process/Workers/List.vue
with
15 additions
and
5 deletions
src/views/Process/Workers/List.vue
+
15
−
5
View file @
b16cc770
...
...
@@ -75,11 +75,21 @@
<template
v-else
>
<div>
<h2
class=
"title is-3 mb-2"
>
<EditForm
:worker=
"selectedWorker"
class=
"is-pulled-right"
v-on:update:worker=
"updateWorkerInPage"
/>
<div
class=
"field is-grouped is-pulled-right"
>
<EditForm
:worker=
"selectedWorker"
v-on:update:worker=
"updateWorkerInPage"
/>
<router-link
v-if=
"$route.name !== 'worker-manage'"
class=
"button ml-1"
:to=
"
{ name: 'worker-manage', params: { workerId: selectedWorker.id } }"
target="_blank"
title="Open worker details in a new tab"
>
Worker details
</router-link>
</div>
<WorkerTag
:worker=
"selectedWorker"
/>
</h2>
<ItemId
label=
"Worker ID:"
:item-id=
"selectedWorker.id"
/>
...
...
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