Skip to content

Commit

Permalink
Eth 10G is a one filter only, so remove the enclosing array (means OR…
Browse files Browse the repository at this point in the history
… filters) - #13
  • Loading branch information
soif committed Oct 28, 2024
1 parent f2eeafe commit 37d731c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/www/static/js/toh_conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,9 +701,7 @@ let colFilterFeatures={
description:"at least 10G Ethernet",
type: "normal",
filters:[
[
{field: "ethernet10gports", type:">=", value:1},
],
{field: "ethernet10gports", type:">=", value:1},
],
},

Expand Down

0 comments on commit 37d731c

Please sign in to comment.