Add volume column to allocation row

This commit is contained in:
Michael Lange
2020-02-10 20:51:59 -08:00
parent 15c7fcfb9c
commit e5232b9ccd
7 changed files with 7 additions and 0 deletions

View File

@@ -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}}

View File

@@ -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)}}

View File

@@ -15,6 +15,7 @@
<th>Status</th>
<th>Version</th>
<th>Node</th>
<th>Volume</th>
<th>CPU</th>
<th>Memory</th>
{{/t.head}}

View File

@@ -106,6 +106,7 @@
<th>Status</th>
<th>Version</th>
<th>Node</th>
<th>Volume</th>
<th>CPU</th>
<th>Memory</th>
{{/t.head}}

View File

@@ -18,6 +18,7 @@
<th>Status</th>
<th>Version</th>
<th>Client</th>
<th>Volume</th>
<th>CPU</th>
<th>Memory</th>
{{/t.head}}

View File

@@ -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}}

View File

@@ -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}}