Skip to content

Commit

Permalink
Fix client allocations table heading order
Browse files Browse the repository at this point in the history
This closes #8408. Thanks to @gmichalec-pandora for letting us
know about this.
  • Loading branch information
backspace committed Jul 9, 2020
1 parent 0db4324 commit 5c9eb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/templates/clients/client/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@
<t.head>
<th class="is-narrow"></th>
<t.sort-by @prop="shortId">ID</t.sort-by>
<t.sort-by @prop="modifyIndex" @title="Modify Index">Modified</t.sort-by>
<t.sort-by @prop="createIndex" @title="Create Index">Created</t.sort-by>
<t.sort-by @prop="modifyIndex" @title="Modify Index">Modified</t.sort-by>
<t.sort-by @prop="statusIndex">Status</t.sort-by>
<t.sort-by @prop="job.name">Job</t.sort-by>
<t.sort-by @prop="jobVersion">Version</t.sort-by>
Expand Down

0 comments on commit 5c9eb8d

Please sign in to comment.