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
f7e71d0a
Commit
f7e71d0a
authored
10 months ago
by
ml bonhomme
Browse files
Options
Downloads
Patches
Plain Diff
Display process advanced settings when the process has started
parent
ba6bd2a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1679
Display process advanced settings when the process has started
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/Process/Configure.vue
+7
-0
7 additions, 0 deletions
src/views/Process/Configure.vue
with
7 additions
and
0 deletions
src/views/Process/Configure.vue
+
7
−
0
View file @
f7e71d0a
...
...
@@ -305,6 +305,13 @@ export default {
}),
mounted
()
{
this
.
getProcess
()
// Fill out advanced settings if the process already has them (already started)
this
.
useGPU
=
this
.
process
.
use_gpu
??
false
this
.
useCache
=
this
.
process
.
use_cache
??
false
this
.
farmId
=
this
.
process
.
farm
?.
id
??
''
let
activitySetting
=
true
if
(
this
.
process
.
activity_state
&&
this
.
process
.
activity_state
===
'
disabled
'
)
activitySetting
=
false
this
.
workerActivity
=
activitySetting
},
computed
:
{
...
mapVuexGetters
(
'
auth
'
,
[
'
hasFeature
'
]),
...
...
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