Commit fc7a7d0e authored by Jos Schellevis's avatar Jos Schellevis

(trafficshaper) remove burst option from gui

parent 9ee5f64a
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment