mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ui: add missing pipe separator in parameterized and periodic jobs (#11020)
This commit is contained in:
3
.changelog/11020.txt
Normal file
3
.changelog/11020.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
ui: Add header separator between a child job priority and its parent
|
||||
```
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="boxed-section job-stats">
|
||||
<div class="boxed-section-body">
|
||||
<span data-test-job-stat="type"><strong>Type:</strong> {{this.job.type}} | </span>
|
||||
<span data-test-job-stat="priority"><strong>Priority:</strong> {{this.job.priority}} </span>
|
||||
<span data-test-job-stat="priority"><strong>Priority:</strong> {{this.job.priority}} |</span>
|
||||
<span data-test-job-stat="parent">
|
||||
<strong>Parent:</strong>
|
||||
<LinkTo @route="jobs.job" @model={{this.job.parent}} @query={{hash jobNamespace=this.job.parent.namespace.name}}>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="boxed-section job-stats">
|
||||
<div class="boxed-section-body">
|
||||
<span data-test-job-stat="type"><strong>Type:</strong> {{this.job.type}} | </span>
|
||||
<span data-test-job-stat="priority"><strong>Priority:</strong> {{this.job.priority}} </span>
|
||||
<span data-test-job-stat="priority"><strong>Priority:</strong> {{this.job.priority}} |</span>
|
||||
<span data-test-job-stat="parent">
|
||||
<strong>Parent:</strong>
|
||||
<LinkTo @route="jobs.job" @model={{this.job.parent}} @query={{hash namespace=this.job.parent.namespace.name}}>
|
||||
|
||||
Reference in New Issue
Block a user