This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Default display list of 10 for Packet Filter

Is there a way to change the default behavior of the packet filter page to show "all" rules instead of only 10?  Or perhaps some config that will let me increase it to 50 or something?

I'm just starting out with the ASG virtual appliance and it's quite frustrating that I have to page through the filter rules to get around.  I'm used to using iptables at the command line and building my rulesets via shell scripts so I could easily see all of the rules at once.  I LOVE the graphical representation that ASG provides, but this one thing keeps bothering me.

Thanks in advance!


This thread was automatically locked due to age.
  • Well, I did some digging into the web interface files and I see that there's a javascript file where these seem to exist.  Anyone know if there's a "safer" way to do this than to hack the javascript?
  • Look under Management-->webadmin settings-->user preferences and table pager options lets you choose between 10-500. ( I know..... I don't know who came up with the term "table pager options" but its there)[;)]
  • Look under Management-->webadmin settings-->user preferences and table pager options lets you choose between 10-500. ( I know..... I don't know who came up with the term "table pager options" but its there)[;)]


    That's just what I was looking for, thanks!  The "table pager" actually does make sense.  There's an environment variable on Unix/Linux systems that defines what program will be used to page through data that would fill up more than one screen.  In the old days, the default "pager" was "more".  Nowadays, it's "less" (way better than more!).

    If you go to your shell on whatever Astaro product you're running and type echo $PAGER you'll see that "less" is your pager program.  [:D]

    Well jeez, now I wish I had waited for your reply before I started digging around.  I modified one of the JavaScript files hoping that would do the trick, only to find out I had hosed the whole web interface after restarted it.  I ended up restoring an earlier snapshot of the VM and reconfiguring what I had changed.  [:P]