Skip to content

Commit 59002d7

Browse files
Merge pull request #4393 from hashicorp/b-ui-fix-task-row-primary-text
UI: Style tasks on the alloc index page like other tables of resources
2 parents 29ee68d + 1fff37a commit 59002d7

File tree

1 file changed

+1
-1
lines changed
  • ui/app/templates/allocations/allocation

1 file changed

+1
-1
lines changed

ui/app/templates/allocations/allocation/index.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{{/if}}
6161
</td>
6262
<td data-test-name>
63-
{{#link-to "allocations.allocation.task" row.model.allocation row.model}}
63+
{{#link-to "allocations.allocation.task" row.model.allocation row.model class="is-primary"}}
6464
{{row.model.name}}
6565
{{/link-to}}
6666
</td>

0 commit comments

Comments
 (0)