Skip to content

Commit

Permalink
sorting removed from specific service page
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Aug 30, 2022
1 parent 47ef1b0 commit adc50e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/templates/jobs/job/services/service.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
as |t|
>
<t.head>
<t.sort-by @prop="allocation">Allocation</t.sort-by>
<t.sort-by @prop="address">IP Address &amp; Port</t.sort-by>
<th>Allocation</th>
<th>IP Address &amp; Port</th>
</t.head>
<t.body as |row|>
<tr data-test-service-row>
Expand Down

0 comments on commit adc50e3

Please sign in to comment.