Small fix to colSpan on workloads.

This commit is contained in:
Eric Herbrandson
2019-04-15 09:15:30 -05:00
parent 9121fc924c
commit 6d12138a60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
}
],
"start_url": ".",
"display": "minimal-ui",
"display": "standalone",
"theme_color": "#326ce5",
"background_color": "#344055"
}
+1 -1
View File
@@ -68,7 +68,7 @@ export default class Workloads extends Base {
</tr>
</thead>
<TableBody items={filtered} filter={filter} sort={sort} colSpan='4' row={x => (
<TableBody items={filtered} filter={filter} sort={sort} colSpan='5' row={x => (
<tr key={x.metadata.uid}>
<MetadataColumns
item={x}