(trafficshaper) remove burst option from gui

This commit is contained in:
Jos Schellevis 2015-06-29 14:17:35 +02:00
parent 9ee5f64a95
commit fc7a7d0e5e
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<label>bandwidth Metric</label>
<type>dropdown</type>
</field>
<field>
<!-- <field>
<id>pipe.burst</id>
<label>burst</label>
<type>text</type>
@ -26,7 +26,7 @@
fast as the physical link allows.
</help>
<advanced>true</advanced>
</field>
</field> -->
<field>
<id>pipe.queue</id>
<label>queue</label>

View File

@ -114,7 +114,7 @@ POSSIBILITY OF SUCH DAMAGE.
<th data-column-id="number" data-type="number" data-visible="false">Number</th>
<th data-column-id="bandwidth" data-type="number">Bandwidth</th>
<th data-column-id="bandwidthMetric" data-type="string">Metric</th>
<th data-column-id="burst" data-type="number">Burst</th>
<!--<th data-column-id="burst" data-type="number">Burst</th>--> <!-- disabled, burst does not work -->
<th data-column-id="mask" data-type="string">Mask</th>
<th data-column-id="description" data-type="string">Description</th>
<th data-column-id="commands" data-width="7em" data-formatter="commands" data-sortable="false">Commands</th>