Skip to content

Commit

Permalink
Fix missing non sortable condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González committed Jul 3, 2018
1 parent 2611eb4 commit e40766f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
implicit-filter="implicitFilterFromDetail"
flex
path="'/decoders'"
keys="['name',{value:'details.program_name',size:2},{value:'details.order',size:2},'file']"
keys="['name',{value:'details.program_name',size:2,nosortable:true},{value:'details.order',size:2,nosortable:true},'file']"
allow-click="true"
rows-per-page="14">
</wazuh-table>
Expand Down

0 comments on commit e40766f

Please sign in to comment.