UI: fix column header typo on job services page (#19370)

This commit is contained in:
Tim Gross
2023-12-08 10:58:23 -05:00
committed by GitHub
parent 099ee06a60
commit 8e8309e58e

View File

@@ -15,7 +15,7 @@
<t.sort-by @prop="name">Name</t.sort-by>
<t.sort-by @prop="level">Level</t.sort-by>
<th>Tags</th>
<t.sort-by @prop="numAllocs">Number of Alocations</t.sort-by>
<t.sort-by @prop="numAllocs">Number of Allocations</t.sort-by>
</t.head>
<t.body as |row|>
<JobServiceRow