Skip to content

Commit

Permalink
Fix Queue rule display
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari committed May 2, 2019
1 parent c4443fe commit a98e895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/pf/lib/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ function display($ruleNumber, $count)
$this->dispInterface();
$this->dispValue('parent', _TITLE('Parent'));
$this->dispBandwidth('bandwidth', 'bw', _TITLE('Bandwidth'), 3);
$this->dispBandwidth('min', 'min', _TITLE('Min'));
$this->dispBandwidth('max', 'max', _TITLE('Max'));
$this->dispBandwidth('min', 'min', _TITLE('Min'), 1);
$this->dispBandwidth('max', 'max', _TITLE('Max'), 1);
$this->dispValue('flows', _TITLE('Flows'));
$this->dispValue('quantum', _TITLE('Quantum'));
$this->dispValue('qlimit', _TITLE('Qlimit'));
Expand Down

0 comments on commit a98e895

Please sign in to comment.