mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Add volume column to allocation row
This commit is contained in:
@@ -305,6 +305,7 @@
|
||||
{{#t.sort-by prop="statusIndex"}}Status{{/t.sort-by}}
|
||||
{{#t.sort-by prop="job.name"}}Job{{/t.sort-by}}
|
||||
{{#t.sort-by prop="jobVersion"}}Version{{/t.sort-by}}
|
||||
<th>Volume</th>
|
||||
<th>CPU</th>
|
||||
<th>Memory</th>
|
||||
{{/t.head}}
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
</td>
|
||||
<td data-test-job-version class="is-1">{{allocation.jobVersion}}</td>
|
||||
{{/if}}
|
||||
<td data-test-volume>{{if allocation.taskGroup.volumes.length "Yes"}}</td>
|
||||
<td data-test-cpu class="is-1 has-text-centered">
|
||||
{{#if allocation.isRunning}}
|
||||
{{#if (and (not cpu) fetchStats.isRunning)}}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<th>Status</th>
|
||||
<th>Version</th>
|
||||
<th>Node</th>
|
||||
<th>Volume</th>
|
||||
<th>CPU</th>
|
||||
<th>Memory</th>
|
||||
{{/t.head}}
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
<th>Status</th>
|
||||
<th>Version</th>
|
||||
<th>Node</th>
|
||||
<th>Volume</th>
|
||||
<th>CPU</th>
|
||||
<th>Memory</th>
|
||||
{{/t.head}}
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<th>Status</th>
|
||||
<th>Version</th>
|
||||
<th>Client</th>
|
||||
<th>Volume</th>
|
||||
<th>CPU</th>
|
||||
<th>Memory</th>
|
||||
{{/t.head}}
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
{{#t.sort-by prop="statusIndex"}}Status{{/t.sort-by}}
|
||||
{{#t.sort-by prop="jobVersion"}}Version{{/t.sort-by}}
|
||||
{{#t.sort-by prop="node.shortId"}}Client{{/t.sort-by}}
|
||||
<th>Volume</th>
|
||||
<th>CPU</th>
|
||||
<th>Memory</th>
|
||||
{{/t.head}}
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
{{#t.sort-by prop="statusIndex"}}Status{{/t.sort-by}}
|
||||
{{#t.sort-by prop="jobVersion"}}Version{{/t.sort-by}}
|
||||
{{#t.sort-by prop="node.shortId"}}Client{{/t.sort-by}}
|
||||
<th>Volume</th>
|
||||
<th>CPU</th>
|
||||
<th>Memory</th>
|
||||
{{/t.head}}
|
||||
|
||||
Reference in New Issue
Block a user