Skip to content

Commit

Permalink
Remove the question mark from the Volume th
Browse files Browse the repository at this point in the history
This makes it consistent with other volume columns across the app.
  • Loading branch information
DingoEatingFuzz authored and Fredrik Hoem Grelland committed Feb 19, 2020
1 parent 5f4d990 commit 4ca7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/components/job-page/parts/task-groups.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{#t.sort-by prop="name"}}Name{{/t.sort-by}}
{{#t.sort-by prop="count"}}Count{{/t.sort-by}}
{{#t.sort-by prop="queuedOrStartingAllocs" class="is-3"}}Allocation Status{{/t.sort-by}}
{{#t.sort-by prop="volumes.length"}}Volume?{{/t.sort-by}}
{{#t.sort-by prop="volumes.length"}}Volume{{/t.sort-by}}
{{#t.sort-by prop="reservedCPU"}}Reserved CPU{{/t.sort-by}}
{{#t.sort-by prop="reservedMemory"}}Reserved Memory{{/t.sort-by}}
{{#t.sort-by prop="reservedEphemeralDisk"}}Reserved Disk{{/t.sort-by}}
Expand Down

0 comments on commit 4ca7fc7

Please sign in to comment.