mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
UI: fix column header typo on job services page (#19370)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user